diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-06-03 16:14:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-06-03 16:14:31 +0000 |
commit | 11fdda8fce5c21680051197e0cc51efc484cafff (patch) | |
tree | 163afa34a30f4bbf5e8cd9accc5413b57e637a63 /openwrt/package | |
parent | 267fec2d8e75af35f59245c2b6820f65ba43e4ab (diff) | |
download | mtk-20170518-11fdda8fce5c21680051197e0cc51efc484cafff.zip mtk-20170518-11fdda8fce5c21680051197e0cc51efc484cafff.tar.gz mtk-20170518-11fdda8fce5c21680051197e0cc51efc484cafff.tar.bz2 |
fix wakelan addition.
SVN-Revision: 3899
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/Config.in | 1 | ||||
-rw-r--r-- | openwrt/package/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 438b60e..6621882 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -182,6 +182,7 @@ source "package/vpnc/Config.in" source "package/vrrpd/Config.in" source "package/vsftpd/Config.in" source "package/vtun/Config.in" +source "package/wakelan/Config.in" source "package/wccpd/Config.in" source "package/weechat/Config.in" source "package/wificonf/Config.in" diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 0ca8bc0..b22ba17 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -273,6 +273,7 @@ package-$(BR2_PACKAGE_VPNC) += vpnc package-$(BR2_PACKAGE_VRRPD) += vrrpd package-$(BR2_PACKAGE_VTUN) += vtun package-$(BR2_PACKAGE_VSFTPD) += vsftpd +package-$(BR2_PACKAGE_WAKELAN) += wakelan package-$(BR2_PACKAGE_WATCHDOG) += watchdog package-$(BR2_PACKAGE_WCCPD) += wccpd package-$(BR2_PACKAGE_WEECHAT) += weechat |