From: jow Date: Mon, 17 Jan 2011 02:15:27 +0000 (+0000) Subject: [backfire] merge r25027 and r25028 X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=5b039171d8525b460cade1261763a48e63096d0b [backfire] merge r25027 and r25028 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25029 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 6b4fe840d..4366026ee 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ppp PKG_VERSION:=2.4.4 -PKG_RELEASE:=14 +PKG_RELEASE:=15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ diff --git a/package/ppp/files/pppoa.sh b/package/ppp/files/pppoa.sh index c64e809de..dbb6eb00e 100644 --- a/package/ppp/files/pppoa.sh +++ b/package/ppp/files/pppoa.sh @@ -2,10 +2,6 @@ scan_pppoa() { config_set "$1" device "pppoa-$1" } -coldplug_interface_pppoa() { - setup_interface_pppoa x "$1" -} - stop_interface_pppoa() { stop_interface_ppp "$1" }