From: <kr...@us...> - 2006-08-20 04:02:13
|
Revision: 307 Author: krisk84 Date: 2006-08-19 21:02:06 -0700 (Sat, 19 Aug 2006) ViewCVS: http://svn.sourceforge.net/astlinux/?rev=307&view=rev Log Message: ----------- more gumstix build fixes Modified Paths: -------------- trunk/gumstix.config trunk/package/iptables/iptables.mk trunk/target/device/Gumstix/basix-connex/linux.mk trunk/target/generic/device_table.txt Modified: trunk/gumstix.config =================================================================== --- trunk/gumstix.config 2006-08-20 03:32:19 UTC (rev 306) +++ trunk/gumstix.config 2006-08-20 04:02:06 UTC (rev 307) @@ -164,7 +164,7 @@ # BR2_PACKAGE_ASTERISK_LIBPQ_CUSTOM is not set BR2_PACKAGE_ASTERISK_CHANSCCP=y # BR2_PACKAGE_ASTERISK_RESCONV is not set -# BR2_PACKAGE_ASTERISK_LOWMEMORY is not set +BR2_PACKAGE_ASTERISK_LOWMEMORY=y BR2_PACKAGE_ASTERISKNATIVESOUNDS=y # BR2_PACKAGE_ASTERISKNATIVESOUNDS_ULAW is not set # BR2_PACKAGE_ASTERISKNATIVESOUNDS_ALAW is not set @@ -217,7 +217,7 @@ # BR2_PACKAGE_IPSEC_TOOLS_IPV6 is not set # BR2_PACKAGE_IPSEC_TOOLS_READLINE is not set BR2_PACKAGE_IPSEC_TOOLS_LIBS=y -# BR2_PACKAGE_IPTABLES is not set +BR2_PACKAGE_IPTABLES=y # BR2_PACKAGE_JPEG is not set # BR2_PACKAGE_KEXECTOOLS is not set # BR2_PACKAGE_LCDPROC is not set Modified: trunk/package/iptables/iptables.mk =================================================================== --- trunk/package/iptables/iptables.mk 2006-08-20 03:32:19 UTC (rev 306) +++ trunk/package/iptables/iptables.mk 2006-08-20 04:02:06 UTC (rev 307) @@ -19,8 +19,8 @@ # Allow patches. Needed for openwrt for instance. toolchain/patch-kernel.sh $(IPTABLES_BUILD_DIR) package/iptables/ iptables\*.patch # hotwire iptables to NOT support ipv6 - # $(SED) "s;\[ -f /usr/include/netinet/ip6.h \];grep -q '__UCLIBC_HAS_IPV6__ 1' \ - # $(STAGING_DIR)/include/bits/uClibc_config.h;" $(IPTABLES_BUILD_DIR)/Makefile + $(SED) "s;\[ -f /usr/include/netinet/ip6.h \];grep -q '__UCLIBC_HAS_IPV6__ 1' \ + $(STAGING_DIR)/include/bits/uClibc_config.h;" $(IPTABLES_BUILD_DIR)/Makefile touch $(IPTABLES_BUILD_DIR)/.configured $(IPTABLES_BUILD_DIR)/iptables: $(IPTABLES_BUILD_DIR)/.configured Modified: trunk/target/device/Gumstix/basix-connex/linux.mk =================================================================== --- trunk/target/device/Gumstix/basix-connex/linux.mk 2006-08-20 03:32:19 UTC (rev 306) +++ trunk/target/device/Gumstix/basix-connex/linux.mk 2006-08-20 04:02:06 UTC (rev 307) @@ -113,9 +113,11 @@ find $(TARGET_DIR)/lib/modules -type l -name build -exec rm {} \; find $(TARGET_DIR)/lib/modules -type l -name source -exec rm {} \; mkdir -p $(TARGET_DIR)/boot + -rm -rf $(TARGET_DIR)/boot/grub cp -fpR --no-dereference $(LINUX_DIR)/$(LINUX_UIMAGE) $(LINUX_KERNEL) (grep -q pxa2xx-cs $(TARGET_DIR)/etc/modprobe.conf || \ echo -e '\ninstall pcmcia /sbin/modprobe --ignore-install pcmcia && modprobe pxa2xx-cs\n' >> $(TARGET_DIR)/etc/modprobe.conf) + ln -sf $(LINUX_DIR) $(BUILD_DIR)/linux touch -c $(LINUX_KERNEL) $(STAGING_DIR)/include/linux/version.h: $(LINUX_DIR)/include/linux/autoconf.h $(LINUX_DIR)/include/linux/version.h Modified: trunk/target/generic/device_table.txt =================================================================== --- trunk/target/generic/device_table.txt 2006-08-20 03:32:19 UTC (rev 306) +++ trunk/target/generic/device_table.txt 2006-08-20 04:02:06 UTC (rev 307) @@ -37,16 +37,11 @@ /dev/shm d 755 0 0 - - - - - /tmp d 1777 0 0 - - - - - /etc d 755 0 0 - - - - - -/home/default d 2755 1000 1000 - - - - - +#/home/default d 2755 1000 1000 - - - - - #<name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count> /bin/busybox f 4755 0 0 - - - - - /etc/shadow f 600 0 0 - - - - - /etc/passwd f 644 0 0 - - - - - -/etc/network/if-up.d d 755 0 0 - - - - - -/etc/network/if-pre-up.d d 755 0 0 - - - - - -/etc/network/if-down.d d 755 0 0 - - - - - -/etc/network/if-post-down.d d 755 0 0 - - - - - -/usr/share/udhcpc/default.script f 755 0 0 - - - - - # uncomment this to allow starting x as non-root #/usr/X11R6/bin/Xfbdev f 4755 0 0 - - - - - # Normal system devices @@ -70,14 +65,14 @@ /dev/ttyS c 666 0 0 4 64 0 1 4 /dev/fb c 640 0 5 29 0 0 32 4 #/dev/ttySA c 666 0 0 204 5 0 1 3 -/dev/psaux c 666 0 0 10 1 0 0 - +#/dev/psaux c 666 0 0 10 1 0 0 - #/dev/ppp c 666 0 0 108 0 - - - # Input stuff -/dev/input d 755 0 0 - - - - - -/dev/input/mice c 640 0 0 13 63 0 0 - -/dev/input/mouse c 660 0 0 13 32 0 1 4 -/dev/input/event c 660 0 0 13 64 0 1 4 +#/dev/input d 755 0 0 - - - - - +#/dev/input/mice c 640 0 0 13 63 0 0 - +#/dev/input/mouse c 660 0 0 13 32 0 1 4 +#/dev/input/event c 660 0 0 13 64 0 1 4 #/dev/input/js c 660 0 0 13 0 0 1 4 @@ -86,8 +81,8 @@ /dev/mtdblock b 640 0 0 31 0 0 1 4 #Tun/tap driver -/dev/net d 755 0 0 - - - - - -/dev/net/tun c 660 0 0 10 200 - - - +#/dev/net d 755 0 0 - - - - - +#/dev/net/tun c 660 0 0 10 200 - - - # Audio stuff #/dev/audio c 666 0 29 14 4 - - - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |