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/602-MIPS-ath79-add-openwrt-stuff.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/602-MIPS-ath79-add-openwrt-stuff.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch b/target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch index 85256e77ee..3c96819df4 100644 --- a/target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch +++ b/target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch @@ -21,7 +21,7 @@ config PCI_AR724X def_bool n -@@ -125,4 +139,10 @@ config ATH79_DEV_WMAC +@@ -125,4 +139,13 @@ config ATH79_DEV_WMAC depends on (SOC_AR913X || SOC_AR933X || SOC_AR934X || SOC_QCA955X) def_bool n @@ -31,10 +31,13 @@ +config ATH79_PCI_ATH9K_FIXUP + def_bool n + ++config ATH79_ROUTERBOOT ++ def_bool n ++ endif --- a/arch/mips/ath79/Makefile +++ b/arch/mips/ath79/Makefile -@@ -17,13 +17,23 @@ obj-$(CONFIG_PCI) += pci.o +@@ -17,13 +17,24 @@ obj-$(CONFIG_PCI) += pci.o # Devices # obj-y += dev-common.o @@ -53,6 +56,7 @@ +# +obj-$(CONFIG_ATH79_NVRAM) += nvram.o +obj-$(CONFIG_ATH79_PCI_ATH9K_FIXUP) += pci-ath9k-fixup.o ++obj-$(CONFIG_ATH79_ROUTERBOOT) += routerboot.o + +# # Machines |