Browse Source

disable packages and kernel modules for ag241

Waldemar Brodkorb 14 years ago
parent
commit
a59afdda1a
3 changed files with 4 additions and 2 deletions
  1. 2 0
      mk/modules.mk
  2. 1 1
      package/cpufrequtils/Makefile
  3. 1 1
      package/xterm/Makefile

+ 2 - 0
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)) \

+ 1 - 1
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
 

+ 1 - 1
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