diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-10 15:47:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-10 15:47:29 +0000 |
commit | 2317c9b195dd58a5ef34a898f830aa3f90fb60a7 (patch) | |
tree | 81ae106c43f0216404982ba6859aa98b7740fabc /package/Makefile | |
parent | f5fa8ba25ecc5759dd383e2fc93b5d096f9eda37 (diff) | |
download | upstream-2317c9b195dd58a5ef34a898f830aa3f90fb60a7.tar.gz upstream-2317c9b195dd58a5ef34a898f830aa3f90fb60a7.tar.bz2 upstream-2317c9b195dd58a5ef34a898f830aa3f90fb60a7.zip |
Add ether-wake package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1595 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 7dfd28b544..fe6551c65a 100644 --- a/package/Makefile +++ b/package/Makefile @@ -25,6 +25,7 @@ package-$(BR2_PACKAGE_DNSMASQ) += dnsmasq package-$(BR2_PACKAGE_DROPBEAR) += dropbear package-$(BR2_PACKAGE_DSNIFF) += dsniff package-$(BR2_PACKAGE_EBTABLES) += ebtables +package-$(BR2_PACKAGE_ETHER_WAKE) += ether-wake package-$(BR2_PACKAGE_EZIPUPDATE) += ez-ipupdate package-$(BR2_PACKAGE_FPING) += fping package-$(BR2_PACKAGE_FPROBE) += fprobe |