From d4f7c53cb32abb249cb810230b826bf6c8e0f813 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 23 May 2009 17:42:27 +0200 Subject: - cleanup and document PKG_template, ARCH parameter is not needed anymore - use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG --- package/kismet/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/kismet/Makefile') diff --git a/package/kismet/Makefile b/package/kismet/Makefile index 76d0b824f..5638908ac 100644 --- a/package/kismet/Makefile +++ b/package/kismet/Makefile @@ -13,10 +13,10 @@ MASTER_SITES:= http://www.kismetwireless.net/code/ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,KISMET,kismet,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) -$(eval $(call PKG_template,KISMET_CLIENT,kismet-client,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) -$(eval $(call PKG_template,KISMET_DRONE,kismet-drone,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) -$(eval $(call PKG_template,KISMET_SERVER,kismet-server,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,KISMET,kismet,${PKG_VERSION}-${PKG_RELEASE})) +$(eval $(call PKG_template,KISMET_CLIENT,kismet-client,${PKG_VERSION}-${PKG_RELEASE})) +$(eval $(call PKG_template,KISMET_DRONE,kismet-drone,${PKG_VERSION}-${PKG_RELEASE})) +$(eval $(call PKG_template,KISMET_SERVER,kismet-server,${PKG_VERSION}-${PKG_RELEASE})) ifeq ($(ADK_COMPILE_KISMET_WITH_UCLIBCXX),y) TCFLAGS+= -fno-builtin -fno-rtti -nostdinc++ -I${STAGING_DIR}/usr/include/uClibc++ -- cgit v1.2.3