diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-14 16:08:21 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-14 16:08:21 +0000 |
commit | 7283430256ca7e46a37c12754f924a30cd317b91 (patch) | |
tree | 3911e179cbfe157554f7f2a46ca95e958d709e39 /target/linux/atheros/patches-2.6.33/105-ar2315_pci.patch | |
parent | 04864d9fb73e16b974dd75b301ce625497c93c77 (diff) | |
download | upstream-7283430256ca7e46a37c12754f924a30cd317b91.tar.gz upstream-7283430256ca7e46a37c12754f924a30cd317b91.tar.bz2 upstream-7283430256ca7e46a37c12754f924a30cd317b91.zip |
atheros: add early-printk support
SVN-Revision: 20201
Diffstat (limited to 'target/linux/atheros/patches-2.6.33/105-ar2315_pci.patch')
-rw-r--r-- | target/linux/atheros/patches-2.6.33/105-ar2315_pci.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/patches-2.6.33/105-ar2315_pci.patch b/target/linux/atheros/patches-2.6.33/105-ar2315_pci.patch index 9b76dfee46..3f5e6b4528 100644 --- a/target/linux/atheros/patches-2.6.33/105-ar2315_pci.patch +++ b/target/linux/atheros/patches-2.6.33/105-ar2315_pci.patch @@ -1,7 +1,7 @@ --- a/arch/mips/ar231x/Makefile +++ b/arch/mips/ar231x/Makefile -@@ -11,3 +11,4 @@ - obj-y += board.o prom.o devices.o +@@ -14,3 +14,4 @@ obj-$(CONFIG_EARLY_PRINTK) += early_prin + obj-$(CONFIG_ATHEROS_AR5312) += ar5312.o obj-$(CONFIG_ATHEROS_AR2315) += ar2315.o +obj-$(CONFIG_ATHEROS_AR2315_PCI) += pci.o |