diff options
Diffstat (limited to 'target/linux/lantiq/patches-3.10/0103-tffs.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.10/0103-tffs.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches-3.10/0103-tffs.patch b/target/linux/lantiq/patches-3.10/0103-tffs.patch index 3b0686d898..ac1b41229c 100644 --- a/target/linux/lantiq/patches-3.10/0103-tffs.patch +++ b/target/linux/lantiq/patches-3.10/0103-tffs.patch @@ -12,8 +12,8 @@ Subject: add basic tffs driver -obj-y += vmmc.o mtd_split.o +obj-y += vmmc.o mtd_split.o tffs.o + obj-y += eth_mac.o obj-$(CONFIG_PCI) += ath_eep.o rt_eep.o pci-ath-fixup.o - --- /dev/null +++ b/arch/mips/lantiq/xway/tffs.c @@ -0,0 +1,87 @@ |