diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-07 00:46:37 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-07 00:46:37 +0000 |
commit | dff2c2910398586a6b39184cbb7bce7501b30978 (patch) | |
tree | ee859f37a0001e7107cf2705bc851db2d1bb39c4 /openwrt/package/Makefile | |
parent | c8784c0a8fe0546a006282a0f83c9bb1172a49d5 (diff) | |
download | mtk-20170518-dff2c2910398586a6b39184cbb7bce7501b30978.zip mtk-20170518-dff2c2910398586a6b39184cbb7bce7501b30978.tar.gz mtk-20170518-dff2c2910398586a6b39184cbb7bce7501b30978.tar.bz2 |
add wknock package (thanks to Florian Fainelli)
SVN-Revision: 2362
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index e628961..ff6bc64 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -202,6 +202,7 @@ package-$(BR2_PACKAGE_WIFICONF) += wificonf package-$(BR2_PACKAGE_WIFIDOG) += wifidog package-$(BR2_PACKAGE_WIVIZ) += wiviz package-$(BR2_PACKAGE_WIRELESS_TOOLS) += wireless-tools +package-$(BR2_PACKAGE_WKNOCK) += wknock package-$(BR2_PACKAGE_WOL) += wol package-$(BR2_PACKAGE_WONDERSHAPER) += wondershaper package-$(BR2_PACKAGE_WPA_SUPPLICANT) += wpa_supplicant @@ -301,6 +302,7 @@ tor-compile: libevent-compile openssl-compile zlib-compile usbutils-compile: libusb-compile vtun-compile: zlib-compile openssl-compile lzo-compile wificonf-compile: wireless-tools-compile nvram-compile +wknock-compile: libpcap-compile wpa_supplicant-compile: openssl-compile xsupplicant-compile: openssl-compile |