1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/BBA1.5_platform/apps/public/xl2tpd-1.1.12/packaging/openwrt
2024-07-22 01:58:46 -03:00
..
ipkg Add gpl 2024-07-22 01:58:46 -03:00
Config.in Add gpl 2024-07-22 01:58:46 -03:00
Makefile Add gpl 2024-07-22 01:58:46 -03:00
README Add gpl 2024-07-22 01:58:46 -03:00
xl2tpd.init Add gpl 2024-07-22 01:58:46 -03:00

To (re)build xl2tpd for openwrt:

cat OpenWrt-SDK-Linux-i686-1.tar.bz2 | tar -xvf -
cd ~/OpenWrt-SDK-Linux-i686-1
rm -r package/helloworld
svn co https://svn.openwrt.org/openwrt/branches/whiterussian whiterussian
cp xl2tpd-latest.tar.gz dl/
tar zxvf dl/xl2tpd-latest.tar.gz
cp -av dl/xl2tpd-latest/packaging/openwrt package/xl2tpd
md5sum dl/xl2tpd-latest.tar.gz

[ edit package/xl2tpd/Makefile and update PKG_VERSION and PKG_MD5SUM ]

make V=99

This should then give you the xl2tpd package.