From: Florian Fainelli Date: Fri, 11 May 2007 20:48:53 +0000 (+0000) Subject: Include admswconfig for adm5120 based targets X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=2272d3462a6566e587fedfcb2af8238b4e851de9;p=15.05%2Fopenwrt.git Include admswconfig for adm5120 based targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7191 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/adm5120-2.6/Makefile b/target/linux/adm5120-2.6/Makefile index 103007722d..1ac2093930 100644 --- a/target/linux/adm5120-2.6/Makefile +++ b/target/linux/adm5120-2.6/Makefile @@ -17,6 +17,7 @@ define Target/Description endef include $(INCLUDE_DIR)/kernel-build.mk +DEFAULT_PACKAGES += admswconfig # include the profiles -include profiles/*.mk diff --git a/target/linux/adm5120eb-2.6/Makefile b/target/linux/adm5120eb-2.6/Makefile index 55a5b6763d..21359713d6 100644 --- a/target/linux/adm5120eb-2.6/Makefile +++ b/target/linux/adm5120eb-2.6/Makefile @@ -17,6 +17,7 @@ define Target/Description endef include $(INCLUDE_DIR)/kernel-build.mk +DEFAULT_PACKAGES += admswconfig # include the profiles -include profiles/*.mk