diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-26 20:30:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-26 20:30:32 +0000 |
commit | 87c22c5f139ff8c33345d3c8e6e3cef2028e1e82 (patch) | |
tree | 04563b75773adbfe257f4799e4a521e1d22a712f /target/linux/brcm47xx-2.6/patches/110-flash_map.patch | |
parent | 048b3e684f1fb15a422186e9cfffb8008f9d5a99 (diff) | |
download | mtk-20170518-87c22c5f139ff8c33345d3c8e6e3cef2028e1e82.zip mtk-20170518-87c22c5f139ff8c33345d3c8e6e3cef2028e1e82.tar.gz mtk-20170518-87c22c5f139ff8c33345d3c8e6e3cef2028e1e82.tar.bz2 |
merge another batch of code from michael buesch's wireless-dev tree, fix up extpci support and remove scache probe like on brcm-2.6 - tested on the wgt634u with madwifi
SVN-Revision: 6213
Diffstat (limited to 'target/linux/brcm47xx-2.6/patches/110-flash_map.patch')
-rw-r--r-- | target/linux/brcm47xx-2.6/patches/110-flash_map.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx-2.6/patches/110-flash_map.patch b/target/linux/brcm47xx-2.6/patches/110-flash_map.patch index 97a3f4e..110e726 100644 --- a/target/linux/brcm47xx-2.6/patches/110-flash_map.patch +++ b/target/linux/brcm47xx-2.6/patches/110-flash_map.patch @@ -53,7 +53,7 @@ diff -urN linux.old/drivers/mtd/maps/bcm47xx-flash.c linux.dev/drivers/mtd/maps/ +#include <linux/squashfs_fs.h> +#include <linux/jffs2.h> +#include <linux/crc32.h> -+#include <linux/ssb.h> ++#include <linux/ssb/ssb.h> +#include <asm/io.h> + + |