aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/.svn/text-base
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/xway/.svn/text-base')
-rw-r--r--target/linux/lantiq/xway/.svn/text-base/config-default.svn-base32
-rw-r--r--target/linux/lantiq/xway/.svn/text-base/target.mk.svn-base10
2 files changed, 42 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/.svn/text-base/config-default.svn-base b/target/linux/lantiq/xway/.svn/text-base/config-default.svn-base
new file mode 100644
index 0000000..6ee3a3b
--- /dev/null
+++ b/target/linux/lantiq/xway/.svn/text-base/config-default.svn-base
@@ -0,0 +1,32 @@
+CONFIG_ADM6996_PHY=y
+CONFIG_AR8216_PHY=y
+CONFIG_FIRMWARE_IN_KERNEL=y
+CONFIG_INPUT=y
+CONFIG_INPUT_EVDEV=y
+CONFIG_INPUT_POLLDEV=y
+# CONFIG_ISDN is not set
+CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+CONFIG_M25PXX_USE_FAST_READ=y
+CONFIG_MTD_M25P80=y
+CONFIG_MTD_NAND=y
+CONFIG_MTD_NAND_ECC=y
+CONFIG_MTD_NAND_PLATFORM=y
+CONFIG_MTD_NAND_XWAY=y
+# CONFIG_MTD_PHYSMAP_OF is not set
+# CONFIG_MTD_SM_COMMON is not set
+CONFIG_NLS=y
+# CONFIG_PROC_DEVICETREE is not set
+CONFIG_RTL8306_PHY=y
+CONFIG_RTL8366S_PHY=y
+CONFIG_RTL8367B_PHY=y
+CONFIG_RTL8367_PHY=y
+CONFIG_SPI=y
+CONFIG_SPI_BITBANG=y
+CONFIG_SPI_GPIO=y
+CONFIG_SPI_MASTER=y
+CONFIG_SPI_XWAY=y
+CONFIG_USB=y
+CONFIG_USB_COMMON=y
+# CONFIG_USB_EHCI_HCD is not set
+CONFIG_USB_SUPPORT=y
+# CONFIG_USB_UHCI_HCD is not set
diff --git a/target/linux/lantiq/xway/.svn/text-base/target.mk.svn-base b/target/linux/lantiq/xway/.svn/text-base/target.mk.svn-base
new file mode 100644
index 0000000..e725679
--- /dev/null
+++ b/target/linux/lantiq/xway/.svn/text-base/target.mk.svn-base
@@ -0,0 +1,10 @@
+ARCH:=mips
+SUBTARGET:=xway
+BOARDNAME:=XWAY
+FEATURES:=squashfs jffs2 atm
+
+DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug
+
+define Target/Description
+ Lantiq XWAY
+endef