summaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-06-08 10:44:01 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-06-08 10:44:01 +0000
commit08c72656130891389229ca29e455e08bc735ce1f (patch)
treef32a71704a40c818fa3ea64efa0aefefc4196a8b /package/base-files
parent6fb68cb589d76499f5da5902dd83c87722a228f5 (diff)
downloadmaster-31e0f0ae-08c72656130891389229ca29e455e08bc735ce1f.tar.gz
master-31e0f0ae-08c72656130891389229ca29e455e08bc735ce1f.tar.bz2
master-31e0f0ae-08c72656130891389229ca29e455e08bc735ce1f.zip
add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
SVN-Revision: 7533
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 8d265f07ee..cc6ce5d2a1 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -72,6 +72,7 @@ endef
define Package/libgcc
$(call Package/gcc/Default)
TITLE:=GCC support library
+ DEPENDS:=@!LINUX_2_6_AVR32
endef
define Package/libssp