diff options
author | John Crispin <blogic@openwrt.org> | 2007-12-24 21:17:56 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-12-24 21:17:56 +0000 |
commit | cb9580f31855c80d7f3738ad1b075fc94fca9203 (patch) | |
tree | 6f3c5a01815515f8eeaf922323dd07d9139d08e7 /target/linux/ifxmips/patches | |
parent | f166bacb0154a0af3d8d6e152fec3b1253aaee03 (diff) | |
download | upstream-cb9580f31855c80d7f3738ad1b075fc94fca9203.tar.gz upstream-cb9580f31855c80d7f3738ad1b075fc94fca9203.tar.bz2 upstream-cb9580f31855c80d7f3738ad1b075fc94fca9203.zip |
several fixes to ifxmips, getting ready for dsl driver merge
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9895 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/patches')
-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 effe6b287b..69c935650e 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.c ifxmips_mei_mib.c ++obj-$(CONFIG_IFXMIPS_MEI) += ifxmips_mei_core.o ifxmips_mei_bsp.o ifxmips_mei_mib.o |