diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-09 14:05:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-09 14:05:28 +0000 |
commit | ccabe4a1b447e9bc7efd0a7eb19e843bc46702b1 (patch) | |
tree | 71dc3fe6eaa181a1f747fd2469404ab01df4b519 /target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch | |
parent | 2323120d5eacf1b1b25e1419cebe895e2dd0288a (diff) | |
download | upstream-ccabe4a1b447e9bc7efd0a7eb19e843bc46702b1.tar.gz upstream-ccabe4a1b447e9bc7efd0a7eb19e843bc46702b1.tar.bz2 upstream-ccabe4a1b447e9bc7efd0a7eb19e843bc46702b1.zip |
ar71xx: add RouterBoot related helper routines
SVN-Revision: 33347
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 | 6 |
1 files changed, 3 insertions, 3 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 0efdee15af..97e957f2dc 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 @@ -670,8 +670,8 @@ def_bool n config ATH79_DEV_GPIO_BUTTONS -@@ -153,4 +667,7 @@ config ATH79_NVRAM - config ATH79_PCI_ATH9K_FIXUP +@@ -156,4 +670,7 @@ config ATH79_PCI_ATH9K_FIXUP + config ATH79_ROUTERBOOT def_bool n +config PCI_AR724X @@ -680,7 +680,7 @@ endif --- a/arch/mips/ath79/Makefile +++ b/arch/mips/ath79/Makefile -@@ -36,9 +36,62 @@ obj-$(CONFIG_ATH79_PCI_ATH9K_FIXUP) += p +@@ -37,9 +37,62 @@ obj-$(CONFIG_ATH79_ROUTERBOOT) += route # # Machines # |