diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-13 07:26:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-13 07:26:25 +0000 |
commit | 30da844351f93366d4cb5374b05309c033dc1af6 (patch) | |
tree | 973ac5570a0a459029ed9dcf0e6f134cbbbe03bf /target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch | |
parent | 488c801a0a96fdbe2c0a7b57a16176fdebc89edc (diff) | |
download | upstream-30da844351f93366d4cb5374b05309c033dc1af6.tar.gz upstream-30da844351f93366d4cb5374b05309c033dc1af6.tar.bz2 upstream-30da844351f93366d4cb5374b05309c033dc1af6.zip |
ar71xx: add device registration code for the AR934x NAND flash controller
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33387 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch index 59eeee0699..a5fed12f3c 100644 --- a/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch +++ b/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch @@ -671,7 +671,7 @@ def_bool n config ATH79_DEV_GPIO_BUTTONS -@@ -156,4 +671,7 @@ config ATH79_PCI_ATH9K_FIXUP +@@ -160,4 +675,7 @@ config ATH79_PCI_ATH9K_FIXUP config ATH79_ROUTERBOOT def_bool n @@ -681,7 +681,7 @@ endif --- a/arch/mips/ath79/Makefile +++ b/arch/mips/ath79/Makefile -@@ -37,9 +37,62 @@ obj-$(CONFIG_ATH79_ROUTERBOOT) += route +@@ -38,9 +38,62 @@ obj-$(CONFIG_ATH79_ROUTERBOOT) += route # # Machines # |