diff options
author | John Crispin <john@openwrt.org> | 2007-12-26 17:20:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-12-26 17:20:31 +0000 |
commit | 1de2575b508a17fef3f58108a1e80a2fbf063a9c (patch) | |
tree | ab4dbf790343e33677cd9f46442ce1a707ab9213 /target/linux/ifxmips/patches/110-drivers.patch | |
parent | fd2f9749465c814cdfceee69961e951bba672c36 (diff) | |
download | mtk-20170518-1de2575b508a17fef3f58108a1e80a2fbf063a9c.zip mtk-20170518-1de2575b508a17fef3f58108a1e80a2fbf063a9c.tar.gz mtk-20170518-1de2575b508a17fef3f58108a1e80a2fbf063a9c.tar.bz2 |
remove functions that was moved to board.c
SVN-Revision: 9929
Diffstat (limited to 'target/linux/ifxmips/patches/110-drivers.patch')
-rw-r--r-- | target/linux/ifxmips/patches/110-drivers.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ifxmips/patches/110-drivers.patch b/target/linux/ifxmips/patches/110-drivers.patch index 69c9356..fdb305b 100644 --- a/target/linux/ifxmips/patches/110-drivers.patch +++ b/target/linux/ifxmips/patches/110-drivers.patch @@ -91,4 +91,4 @@ Index: linux-2.6.23/drivers/char/Makefile +obj-$(CONFIG_IFXMIPS_GPIO) += ifxmips_gpio.o +obj-$(CONFIG_IFXMIPS_SSC) += ifxmips_ssc.o +obj-$(CONFIG_IFXMIPS_EEPROM) += ifxmips_eeprom.o -+obj-$(CONFIG_IFXMIPS_MEI) += ifxmips_mei_core.o ifxmips_mei_bsp.o ifxmips_mei_mib.o ++obj-$(CONFIG_IFXMIPS_MEI) += ifxmips_mei_core.o |