diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-17 06:41:01 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-17 06:41:01 +0000 |
commit | dcea0bf81cd4424c48814a9e8311ed050b78e9ba (patch) | |
tree | 1b4381b246d19695c7dffd4d166630d5fdf8212a | |
parent | db081f453b9cde72cdf7fe3f3dc31125fb68b35a (diff) |
x86/thincan: switch to 3.3
Compile tested only.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31765 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86/thincan/config-3.3 | 15 | ||||
-rw-r--r-- | target/linux/x86/thincan/target.mk | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/x86/thincan/config-3.3 b/target/linux/x86/thincan/config-3.3 new file mode 100644 index 000000000..405c65b5f --- /dev/null +++ b/target/linux/x86/thincan/config-3.3 @@ -0,0 +1,15 @@ +CONFIG_8139TOO=y +# CONFIG_8139TOO_8129 is not set +# CONFIG_8139TOO_PIO is not set +# CONFIG_8139TOO_TUNE_TWISTER is not set +# CONFIG_8139_OLD_RX_RESET is not set +CONFIG_BLK_DEV_NBD=y +# CONFIG_EMBEDDED is not set +CONFIG_IP_PNP=y +# CONFIG_IP_PNP_BOOTP is not set +CONFIG_IP_PNP_DHCP=y +# CONFIG_IP_PNP_RARP is not set +CONFIG_LOCKD=y +CONFIG_NFS_FS=y +CONFIG_ROOT_NFS=y +CONFIG_SUNRPC=y diff --git a/target/linux/x86/thincan/target.mk b/target/linux/x86/thincan/target.mk index cd127a482..0e4411d21 100644 --- a/target/linux/x86/thincan/target.mk +++ b/target/linux/x86/thincan/target.mk @@ -1,3 +1,4 @@ +LINUX_VERSION:=3.3.6 DEVICE_TYPE:=terminal BOARDNAME:=Artec ThinCan |