diff options
Diffstat (limited to 'package/ether-wake/Makefile')
-rw-r--r-- | package/ether-wake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ether-wake/Makefile b/package/ether-wake/Makefile index 2eb244dc6..5a4aeacc2 100644 --- a/package/ether-wake/Makefile +++ b/package/ether-wake/Makefile @@ -12,7 +12,7 @@ NO_DISTFILES:= 1 include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,ETHER_WAKE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,ETHER_WAKE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE})) do-build: ${TARGET_CC} ${TARGET_CFLAGS} -o ${WRKBUILD}/${PKG_NAME} ${WRKBUILD}/${PKG_NAME}.c |