summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/Makefile
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
commita59934dbd097e069981e27bf40589f06468c8aba (patch)
tree9b4f67f481726cf179dca1eea7cc91606eeffe71 /target/linux/ar71xx/Makefile
parentb6b06000ebe2ffd2ebca24417ea9b9080cb6d643 (diff)
downloadmaster-31e0f0ae-a59934dbd097e069981e27bf40589f06468c8aba.tar.gz
master-31e0f0ae-a59934dbd097e069981e27bf40589f06468c8aba.tar.bz2
master-31e0f0ae-a59934dbd097e069981e27bf40589f06468c8aba.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> SVN-Revision: 38507
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-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))