aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
commit15a51103e899264b1689fa9967c4f74c4417bca1 (patch)
treeab9aee6ffb779dd0147f55c0876d42e29802fe90 /package
parentd442289f60548d0c33385edd723ba2eb61cd88c5 (diff)
downloadupstream-15a51103e899264b1689fa9967c4f74c4417bca1.tar.gz
upstream-15a51103e899264b1689fa9967c4f74c4417bca1.tar.bz2
upstream-15a51103e899264b1689fa9967c4f74c4417bca1.zip
add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7533 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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