From 853e4dd3062df7cb5704b15d6af6730e3194b571 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Wed, 21 Aug 2019 14:59:24 -1000 Subject: ipqx0xx: add Generic subtarget Both targets miss a subtarget causing an image naming style which is different from other all othe targets, even tho it already uses `x/generic/` as subfolder as if the subtarget would exist. This commit adds the Generic subtarget resulting in consistent naming. ~/src/openwrt/openwrt/bin/targets/ipq806x/generic$ ls openwrt-ipq806x-generic-netgear_d7800-initramfs-uImage openwrt-ipq806x-generic-netgear-d7800.manifest openwrt-ipq806x-generic-netgear_d7800-squashfs-factory.img openwrt-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin CC: John Crispin Signed-off-by: Paul Spooren --- target/linux/ipq806x/generic/target.mk | 1 + 1 file changed, 1 insertion(+) create mode 100644 target/linux/ipq806x/generic/target.mk (limited to 'target/linux/ipq806x/generic/target.mk') diff --git a/target/linux/ipq806x/generic/target.mk b/target/linux/ipq806x/generic/target.mk new file mode 100644 index 0000000000..f5cb1fb19b --- /dev/null +++ b/target/linux/ipq806x/generic/target.mk @@ -0,0 +1 @@ +BOARDNAME:=Generic -- cgit v1.2.3