diff options
Diffstat (limited to 'package/ether-wake/Makefile')
-rw-r--r-- | package/ether-wake/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ether-wake/Makefile b/package/ether-wake/Makefile index 55f62d9c7..9e82c316d 100644 --- a/package/ether-wake/Makefile +++ b/package/ether-wake/Makefile @@ -6,8 +6,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= ether-wake PKG_VERSION:= 1.09 PKG_RELEASE:= 1 -PKG_DESCR:= A Wake-On-LAN (WOL) client +PKG_DESCR:= Wake-On-LAN (WOL) client PKG_SECTION:= net +PKG_BB:= 1 PKG_LIBC_DEPENDS:= uclibc glibc |