aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-10-23 15:43:13 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-10-23 15:43:13 +0000
commite97136cc893b5ef74589152ba59ec485e3efb5d0 (patch)
tree973e3cc89e0d2af33c26df38e4aa8e93e2d45437 /target
parent56e1cd4a8e3d806ff92e710c0409165847b2e7af (diff)
downloadmaster-187ad058-e97136cc893b5ef74589152ba59ec485e3efb5d0.tar.gz
master-187ad058-e97136cc893b5ef74589152ba59ec485e3efb5d0.tar.bz2
master-187ad058-e97136cc893b5ef74589152ba59ec485e3efb5d0.zip
ar71xx: remove 'Target/Description' from main Makefile
Ensure that menuconfig shows the correct help text for subtargets. Based on the patch by Stefan Agner: http://patchwork.openwrt.org/patch/4123/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38507 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile
index d7d4f4ef1e..019e3cb13d 100644
--- a/target/linux/ar71xx/Makefile
+++ b/target/linux/ar71xx/Makefile
@@ -22,8 +22,4 @@ DEFAULT_PACKAGES += \
kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev \
kmod-ath9k wpad-mini uboot-envtools
-define Target/Description
- Build firmware images for Atheros AR7xxx/AR9xxx based boards.
-endef
-
$(eval $(call BuildTarget))