diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-16 13:00:48 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-16 13:00:48 +0000 |
commit | bc73cf5345300e0f98454e74ec85647e4c4c17e9 (patch) | |
tree | ddcaed448d158f36dabd142c84bdfe49cfaa63b7 /target/linux/ar7/generic/profiles | |
parent | 968c77147c4cbfd54fb87b803e4c3d814c962c33 (diff) | |
download | upstream-bc73cf5345300e0f98454e74ec85647e4c4c17e9.tar.gz upstream-bc73cf5345300e0f98454e74ec85647e4c4c17e9.tar.bz2 upstream-bc73cf5345300e0f98454e74ec85647e4c4c17e9.zip |
push atm, br2684ctl and kmod-pppoa down the DSL Profile
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34206
Diffstat (limited to 'target/linux/ar7/generic/profiles')
-rw-r--r-- | target/linux/ar7/generic/profiles/100-Annex-A.mk | 3 | ||||
-rw-r--r-- | target/linux/ar7/generic/profiles/110-Annex-B.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ar7/generic/profiles/100-Annex-A.mk b/target/linux/ar7/generic/profiles/100-Annex-A.mk index 3d74b5d7de..d8e549ea65 100644 --- a/target/linux/ar7/generic/profiles/100-Annex-A.mk +++ b/target/linux/ar7/generic/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/generic/profiles/110-Annex-B.mk b/target/linux/ar7/generic/profiles/110-Annex-B.mk index 66692e7966..55de1fc4ad 100644 --- a/target/linux/ar7/generic/profiles/110-Annex-B.mk +++ b/target/linux/ar7/generic/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 |