diff options
author | Mathias Kresin <dev@kresin.me> | 2017-03-25 19:24:26 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-04-08 14:30:00 +0200 |
commit | af9afa2811f0cfb373071b27a03affd77f9e00eb (patch) | |
tree | 02bbe02cd484aae1b7b08c3d2a78c9defb8bbcb9 /target/linux/lantiq/patches-4.4/0008-MIPS-lantiq-backport-old-timer-code.patch | |
parent | 8b3fa168b49a4aad5797ef5083c17c348d99731b (diff) | |
download | upstream-af9afa2811f0cfb373071b27a03affd77f9e00eb.tar.gz upstream-af9afa2811f0cfb373071b27a03affd77f9e00eb.tar.bz2 upstream-af9afa2811f0cfb373071b27a03affd77f9e00eb.zip |
lantiq: drop tffs patches
With the fritz-tools a userspace parser for the Tiny Flash File System
is available and makes the tffs2 kernel patches obsolete.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/patches-4.4/0008-MIPS-lantiq-backport-old-timer-code.patch')
-rw-r--r-- | target/linux/lantiq/patches-4.4/0008-MIPS-lantiq-backport-old-timer-code.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches-4.4/0008-MIPS-lantiq-backport-old-timer-code.patch b/target/linux/lantiq/patches-4.4/0008-MIPS-lantiq-backport-old-timer-code.patch index 55255037fa..f36a79a83b 100644 --- a/target/linux/lantiq/patches-4.4/0008-MIPS-lantiq-backport-old-timer-code.patch +++ b/target/linux/lantiq/patches-4.4/0008-MIPS-lantiq-backport-old-timer-code.patch @@ -176,7 +176,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> -obj-y := prom.o sysctrl.o clk.o reset.o dma.o gptu.o dcdc.o +obj-y := prom.o sysctrl.o clk.o reset.o dma.o timer.o dcdc.o - obj-y += vmmc.o tffs.o + obj-y += vmmc.o --- /dev/null +++ b/arch/mips/lantiq/xway/timer.c |