diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 20:54:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 20:54:36 +0000 |
commit | 726b0f00faf4abd3b0b8cf7ef0ca9f1e6ddcac29 (patch) | |
tree | 5a2c695cd8bf0f872c3d00f65ac5d456a52aa353 | |
parent | 1c0ac8bc9014c044a94cc94894a0b142a6089c96 (diff) | |
download | mtk-20170518-726b0f00faf4abd3b0b8cf7ef0ca9f1e6ddcac29.zip mtk-20170518-726b0f00faf4abd3b0b8cf7ef0ca9f1e6ddcac29.tar.gz mtk-20170518-726b0f00faf4abd3b0b8cf7ef0ca9f1e6ddcac29.tar.bz2 |
fix typo
SVN-Revision: 1119
-rw-r--r-- | openwrt/target/linux/linux-2.4/patches/001-bcm47xx.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/patches/001-bcm47xx.patch b/openwrt/target/linux/linux-2.4/patches/001-bcm47xx.patch index b4a960f..5e3fc34 100644 --- a/openwrt/target/linux/linux-2.4/patches/001-bcm47xx.patch +++ b/openwrt/target/linux/linux-2.4/patches/001-bcm47xx.patch @@ -11702,7 +11702,7 @@ diff -Nur linux-2.4.30/arch/mips/bcm947xx/sbpci.c linux-2.4.30-brcm/arch/mips/bc + CT4712_WR = 0; + else + CT4712_WR = 1; -+ /* ++ */ + + boardflags = (uint32) getintvar(NULL, "boardflags"); + |