summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-01 08:56:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-01 08:56:50 +0200
commita59afdda1ae3290da090a878a1e0893a3a0f01e0 (patch)
treeb593bc296c6c687e1ea14ceef350721d9dd6af97
parentde81b661f880feba57aa808ca72e2d8559cbc760 (diff)
disable packages and kernel modules for ag241
-rw-r--r--mk/modules.mk2
-rw-r--r--package/cpufrequtils/Makefile2
-rw-r--r--package/xterm/Makefile2
3 files changed, 4 insertions, 2 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index 943225bdb..10f9a6266 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -905,8 +905,10 @@ $(eval $(call KMOD_template,CRYPTO_FCRYPT,crypto-fcrypt,\
ZLIB:=lib/zlib_deflate/zlib_deflate
ifeq ($(ADK_LINUX_CRIS_FOXBOARD),)
+ifeq ($(ADK_LINUX_MIPS_AG241),)
ZLIB+=lib/zlib_inflate/zlib_inflate
endif
+endif
$(eval $(call KMOD_template,CRYPTO_DEFLATE,crypto-deflate,\
$(foreach mod, $(ZLIB),$(MODULES_DIR)/kernel/$(mod)) \
diff --git a/package/cpufrequtils/Makefile b/package/cpufrequtils/Makefile
index ea49feb6c..1962dd729 100644
--- a/package/cpufrequtils/Makefile
+++ b/package/cpufrequtils/Makefile
@@ -11,7 +11,7 @@ PKG_DESCR:= utilities for the Linux kernel cpufreq subsystem
PKG_SECTION:= utils
PKG_URL:= http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html
PKG_SITES:= http://www.kernel.org/pub/linux/utils/kernel/cpufreq/
-PKG_TARGET_DEPENDS:= !foxboard !foxg20
+PKG_TARGET_DEPENDS:= !foxboard !foxg20 !ag241
include $(TOPDIR)/mk/package.mk
diff --git a/package/xterm/Makefile b/package/xterm/Makefile
index ffe33ec8b..fe9aa5e83 100644
--- a/package/xterm/Makefile
+++ b/package/xterm/Makefile
@@ -14,7 +14,7 @@ PKG_URL:= http://invisible-island.net/xterm/xterm.html
PKG_SITES:= ftp://invisible-island.net/xterm/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
-PKG_TARGET_DEPENDS:= !foxboard !foxg20
+PKG_TARGET_DEPENDS:= !foxboard !foxg20 !ag241
include $(TOPDIR)/mk/package.mk