diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-25 21:06:51 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-25 21:06:51 +0000 |
commit | 42351c0a043a8acf14085ad26373df2e0379538e (patch) | |
tree | dd6510c24e574e632a4e26047f0312b035fdf84c | |
parent | 8f9a91d598f456d137c1a99a854aaab2f386c8df (diff) | |
download | openwrt-42351c0a043a8acf14085ad26373df2e0379538e.tar.gz openwrt-42351c0a043a8acf14085ad26373df2e0379538e.zip |
AA: [ar7]: push atm, br2684ctl and kmod-pppoa down the DSL Profile
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34384 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar7/Makefile | 3 | ||||
-rw-r--r-- | target/linux/ar7/profiles/100-Annex-A.mk | 3 | ||||
-rw-r--r-- | target/linux/ar7/profiles/110-Annex-B.mk | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index da3e25244..9678eb20d 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -16,8 +16,7 @@ LINUX_VERSION:=3.3.8 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES+= kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \ - kmod-acx-mac80211 swconfig wpad-mini +DEFAULT_PACKAGES+= kmod-mac80211 kmod-acx-mac80211 swconfig wpad-mini define Target/Description Build firmware images for TI AR7 based routers. diff --git a/target/linux/ar7/profiles/100-Annex-A.mk b/target/linux/ar7/profiles/100-Annex-A.mk index 3d74b5d7d..d8e549ea6 100644 --- a/target/linux/ar7/profiles/100-Annex-A.mk +++ b/target/linux/ar7/profiles/100-Annex-A.mk @@ -7,7 +7,8 @@ define Profile/Annex-A NAME:=Annex-A DSL firmware (default) - PACKAGES:=kmod-sangam-atm-annex-a + PACKAGES:=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \ + kmod-sangam-atm-annex-a endef define Profile/Annex-A/Description diff --git a/target/linux/ar7/profiles/110-Annex-B.mk b/target/linux/ar7/profiles/110-Annex-B.mk index 66692e796..55de1fc4a 100644 --- a/target/linux/ar7/profiles/110-Annex-B.mk +++ b/target/linux/ar7/profiles/110-Annex-B.mk @@ -7,7 +7,8 @@ define Profile/Annex-B NAME:=Annex-B DSL firmware - PACKAGES:=kmod-sangam-atm-annex-b + PACKAGES:=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \ + kmod-sangam-atm-annex-b endef define Profile/Annex-B/Description |