Browse Source

Merge pull request #3470 from cshore/pull-request-update-rp-pppoe

net/rp-pppoe: Update to 3.12
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
51812c6abe
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      net/rp-pppoe/Makefile

+ 3
- 3
net/rp-pppoe/Makefile View File

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rp-pppoe
PKG_VERSION:=3.11
PKG_VERSION:=3.12
PKG_RELEASE:=1
PKG_MAINTAINER:=Daniel Dickinson <lede@daniel.thecshore.com>
PKG_MAINTAINER:=Daniel Dickinson <lede@cshore.thecshore.com>
PKG_LICENSE:=LGPL-2.0+
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://roaringpenguin.com/files/download
PKG_MD5SUM:=13b5900c56bd602df6cc526e5e520722
PKG_MD5SUM:=00794e04031546b0e9b8cf286f2a6d1ccfc4a621b2a3abb2d7ef2a7ab7cc86c2
PKG_BUILD_DEPENDS:=ppp


Loading…
Cancel
Save