From 7ad63bda2c4261e410ca1b1d29918fa6bc582ced Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 13 Nov 2009 21:25:25 +0100 Subject: [PATCH 1/2] link stdc++ libraries to staging_dir as some builds need to have it there (e.g. zimlib) --- package/base-files/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 5e5066eea..c18cd9c66 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -307,6 +307,11 @@ define Build/Compile $(call Build/Compile/Default) endef +define Build/InstallDev + $(INSTALL_DIR) $(1)/usr/lib + ln -sf $(TOOLCHAIN_DIR)/usr/lib$(LIB_SUFFIX)/libstdc++.{la,a,so*} $(1)/usr/lib/ +endef + define Package/base-files/install $(CP) ./files/* $(1)/ if [ -d $(GENERIC_PLATFORM_DIR)/base-files/. ]; then \ From 499fe597b8cdd9b4e27586a7f101ce75b106d52e Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sat, 21 Nov 2009 14:22:26 +0100 Subject: [PATCH 2/2] reenable JFFS2 - why it got didabled? --- target/linux/xburst/config-2.6.31 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/xburst/config-2.6.31 b/target/linux/xburst/config-2.6.31 index e70e1dad2..325e39e05 100644 --- a/target/linux/xburst/config-2.6.31 +++ b/target/linux/xburst/config-2.6.31 @@ -151,7 +151,6 @@ CONFIG_IP_PNP_DHCP=y # CONFIG_IP_PNP_RARP is not set CONFIG_IRQ_CPU=y CONFIG_JBD=y -# CONFIG_JFFS2_FS is not set CONFIG_JZ4740_ADC=y CONFIG_JZ4740_QI_LB60=y CONFIG_JZRISC=y