diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-20 14:30:28 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-20 14:30:28 +0000 |
commit | 97a4d21103dd06870c6e1cffed016fc901111114 (patch) | |
tree | c3099723946a7e53f73bca099d4e7406a64884fd /package/ppp/Makefile | |
parent | b9a9154cbe4b726234bb276e06b1f9eb211bdd25 (diff) |
add support for pppoe over atheros wlan
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1702 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index f248412ae9..0fed25c91e 100644 --- a/package/ppp/Makefile +++ b/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/ |