strip the kernel version suffix from target directories, except for brcm-2.4 (the...
[15.05/openwrt.git] / package / base-files / Makefile
index 987bb5d..9acb8df 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