strip the kernel version suffix from target directories, except for brcm-2.4 (the...
[openwrt/openwrt.git] / package / base-files / Makefile
index 987bb5d54b9312e3d80bf72dc298143fbab8721e..9acb8dfd98f585e9d4a197a684537fb6ac4dc9ea 100644 (file)
@@ -69,7 +69,7 @@ endef
 define Package/libgcc
   $(call Package/gcc/Default)
   TITLE:=GCC support library
-  DEPENDS:=@!LINUX_2_6_AVR32||@!NATIVE_TOOLCHAIN
+  DEPENDS:=@!TARGET_AVR32 @!NATIVE_TOOLCHAIN
 endef
 
 define Package/libssp