diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-29 19:00:17 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-29 19:00:17 +0000 |
commit | 6894f2b2348da2ce554d2b460e5bd40d6d25f56a (patch) | |
tree | 8dbaeaef9d0e8713b0708f4176af75c5b3cf86c9 /openwrt/package/Makefile | |
parent | 00ae91b96d0b615b188140586a465718808bd759 (diff) |
add knock package (thanks to Florian Fainelli)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2569 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index f945e32df0..e5f161db5d 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -68,6 +68,7 @@ package-$(BR2_PACKAGE_IPTRAF) += iptraf package-$(BR2_PACKAGE_IRSSI) += irssi package-$(BR2_COMPILE_JPEG) += jpeg package-$(BR2_COMPILE_KISMET) += kismet +package-$(BR2_COMPILE_KNOCK) += knock package-$(BR2_PACKAGE_L2TPD) += l2tpd package-$(BR2_PACKAGE_LCD4LINUX) += lcd4linux package-$(BR2_PACKAGE_LESS) += less |