diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/x86/net5501/.svn | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'target/linux/x86/net5501/.svn')
-rw-r--r-- | target/linux/x86/net5501/.svn/entries | 99 | ||||
-rw-r--r-- | target/linux/x86/net5501/.svn/text-base/config-3.3.svn-base | 19 | ||||
-rw-r--r-- | target/linux/x86/net5501/.svn/text-base/target.mk.svn-base | 34 |
3 files changed, 152 insertions, 0 deletions
diff --git a/target/linux/x86/net5501/.svn/entries b/target/linux/x86/net5501/.svn/entries new file mode 100644 index 0000000..6223150 --- /dev/null +++ b/target/linux/x86/net5501/.svn/entries @@ -0,0 +1,99 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/x86/net5501 +svn://svn.openwrt.org/openwrt + + + +2013-01-02T16:09:23.808436Z +34972 +nbd + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +config-3.3 +file + + + + +2013-03-17T12:12:36.000000Z +4bd733d44257d88e00de6dc968b9f52d +2012-05-16T10:44:59.461522Z +31752 +juhosg + + + + + + + + + + + + + + + + + + + + + +449 + +base-files +dir + +target.mk +file + + + + +2013-03-17T12:12:36.000000Z +69b94adb6e7c24e0d969be080466673e +2013-01-02T16:09:23.808436Z +34972 +nbd + + + + + + + + + + + + + + + + + + + + + +1189 + diff --git a/target/linux/x86/net5501/.svn/text-base/config-3.3.svn-base b/target/linux/x86/net5501/.svn/text-base/config-3.3.svn-base new file mode 100644 index 0000000..1ef6195 --- /dev/null +++ b/target/linux/x86/net5501/.svn/text-base/config-3.3.svn-base @@ -0,0 +1,19 @@ +# CONFIG_ATA_PIIX is not set +CONFIG_DEBUG_BUGVERBOSE=y +CONFIG_GENERIC_GPIO=y +CONFIG_GPIOLIB=y +CONFIG_GPIO_SYSFS=y +# CONFIG_HIGHMEM64G is not set +CONFIG_HWMON=y +# CONFIG_ISDN is not set +# CONFIG_M486 is not set +# CONFIG_MATH_EMULATION is not set +CONFIG_MGEODE_LX=y +CONFIG_PATA_CS5536=y +# CONFIG_SCx200 is not set +CONFIG_THERMAL_HWMON=y +CONFIG_X86_CMOV=y +CONFIG_X86_DEBUGCTLMSR=y +CONFIG_X86_TSC=y +CONFIG_X86_USE_3DNOW=y +CONFIG_X86_USE_PPRO_CHECKSUM=y diff --git a/target/linux/x86/net5501/.svn/text-base/target.mk.svn-base b/target/linux/x86/net5501/.svn/text-base/target.mk.svn-base new file mode 100644 index 0000000..5040143 --- /dev/null +++ b/target/linux/x86/net5501/.svn/text-base/target.mk.svn-base @@ -0,0 +1,34 @@ +BOARDNAME:=Soekris net5501 +FEATURES:=squashfs jffs2 ext4 pci usb gpio +DEFAULT_PACKAGES += kmod-crypto-hw-geode kmod-crypto-ocf \ + kmod-gpio-cs5535-new kmod-gpio-nsc \ + kmod-wdt-geode kmod-cs5535-clockevt kmod-cs5535-mfgpt \ + kmod-cs5536 \ + kmod-hwmon-core kmod-hwmon-pc87360 kmod-gpio-pc8736x \ + kmod-via-rhine kmod-solos-pci \ + kmod-i2c-core kmod-i2c-gpio \ + kmod-i2c-algo-bit kmod-i2c-algo-pca kmod-i2c-algo-pcf \ + kmod-i2c-scx200-acb \ + kmod-usb-core kmod-usb2 kmod-usb-ohci \ + kmod-cfg80211 kmod-mac80211 \ + kmod-mppe kmod-pppoe kmod-pppoa kmod-pppol2tp \ + kmod-ath kmod-ath5k kmod-ath9k \ + kmod-leds-gpio kmod-input-gpio-keys-polled \ + kmod-button-hotplug \ + kmod-ledtrig-heartbeat kmod-ledtrig-gpio \ + kmod-ledtrig-netdev \ + kmod-cpu-msr \ + hwclock wpad + +CS5535_MASK:=0x01000040 + +CFLAGS += -march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions \ + -fno-align-labels -fno-align-loops -pipe -fomit-frame-pointer + +define Target/Description + Build firmware images for Soekris net5501 board +endef + +define KernelPackage/gpio-cs5535-new/install + sed -i -r -e 's/$$$$$$$$/ mask=$(CS5535_MASK)/' $(1)/etc/modules.d/??-gpio-cs5535-new +endef |