diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-08-20 14:30:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-20 14:30:28 +0000 |
commit | 8ed3f8e05c5df2fce84f197d89af87739db2f953 (patch) | |
tree | 5375a527786b25d514b3d52e3119f65f6d837d12 /openwrt/package/ppp/Makefile | |
parent | 858a46382ea4a42141419aabdde8a27a5324e8f1 (diff) | |
download | mtk-20170518-8ed3f8e05c5df2fce84f197d89af87739db2f953.zip mtk-20170518-8ed3f8e05c5df2fce84f197d89af87739db2f953.tar.gz mtk-20170518-8ed3f8e05c5df2fce84f197d89af87739db2f953.tar.bz2 |
add support for pppoe over atheros wlan
SVN-Revision: 1702
Diffstat (limited to 'openwrt/package/ppp/Makefile')
-rw-r--r-- | openwrt/package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ppp/Makefile b/openwrt/package/ppp/Makefile index f248412..0fed25c 100644 --- a/openwrt/package/ppp/Makefile +++ b/openwrt/package/ppp/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ppp PKG_VERSION:=2.4.3 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_MD5SUM:=848f6c3cafeb6074ffeb293c3af79b7c PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |