aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/patches
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-01-24 12:51:48 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-01-24 12:51:48 +0000
commit8c98b76f6b48d3dd0a9b34d5843de6af62c732e9 (patch)
tree0d8af526353f751a94f67e9a5b2a99c48868673f /target/linux/orion/patches
parent6e46e0d3cf4a4dae2cac5f8f74afaf87a683adad (diff)
downloadmaster-187ad058-8c98b76f6b48d3dd0a9b34d5843de6af62c732e9.tar.gz
master-187ad058-8c98b76f6b48d3dd0a9b34d5843de6af62c732e9.tar.bz2
master-187ad058-8c98b76f6b48d3dd0a9b34d5843de6af62c732e9.zip
[target/orion]: upgrade to 2.6.37
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25090 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/patches')
-rw-r--r--target/linux/orion/patches/200-dt2_board_support.patch7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/orion/patches/200-dt2_board_support.patch b/target/linux/orion/patches/200-dt2_board_support.patch
index aa645ea499..91909abac0 100644
--- a/target/linux/orion/patches/200-dt2_board_support.patch
+++ b/target/linux/orion/patches/200-dt2_board_support.patch
@@ -16,8 +16,11 @@
select I2C_BOARDINFO
--- a/arch/arm/mach-orion5x/Makefile
+++ b/arch/arm/mach-orion5x/Makefile
-@@ -21,3 +21,4 @@ obj-$(CONFIG_MACH_WNR854T) += wnr854t-se
+@@ -18,6 +18,7 @@ obj-$(CONFIG_MACH_BIGDISK) += d2net-setu
+ obj-$(CONFIG_MACH_NET2BIG) += net2big-setup.o
+ obj-$(CONFIG_MACH_MSS2) += mss2-setup.o
+ obj-$(CONFIG_MACH_WNR854T) += wnr854t-setup.o
++obj-$(CONFIG_MACH_DT2) += dt2-setup.o
obj-$(CONFIG_MACH_RD88F5181L_GE) += rd88f5181l-ge-setup.o
obj-$(CONFIG_MACH_RD88F5181L_FXO) += rd88f5181l-fxo-setup.o
obj-$(CONFIG_MACH_RD88F6183AP_GE) += rd88f6183ap-ge-setup.o
-+obj-$(CONFIG_MACH_DT2) += dt2-setup.o