summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openwrt/package/Config.in1
-rw-r--r--openwrt/package/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in
index 438b60e0e..662188291 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 0ca8bc05e..b22ba17aa 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