diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-30 23:00:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-30 23:00:08 +0000 |
commit | 2fa277537e12008a2c93b9e05111031d5e9b22cc (patch) | |
tree | 16565279019839120211a3f693c7881638f5a17f /package/ppp | |
parent | 8eaf063d65a3d0fd26afaab8b015010f6197466d (diff) | |
download | upstream-2fa277537e12008a2c93b9e05111031d5e9b22cc.tar.gz upstream-2fa277537e12008a2c93b9e05111031d5e9b22cc.tar.bz2 upstream-2fa277537e12008a2c93b9e05111031d5e9b22cc.zip |
enable pppoa for ar7
SVN-Revision: 5350
Diffstat (limited to 'package/ppp')
-rw-r--r-- | package/ppp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index b5a317bd03..80c6f5afe8 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -44,6 +44,7 @@ endef define Package/ppp-mod-pppoa $(call Package/ppp/Default) DEPENDS:=ppp +linux-atm +kmod-pppoa + DEFAULT:=y if LINUX_2_4_AR7 TITLE:=PPPoA plugin DESCRIPTION:=\ This package contains a PPPoA (PPP over ATM) plugin for ppp. |