diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-30 20:54:36 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-30 20:54:36 +0000 |
commit | 6c36ec257b1c1cec960176ced824bc1d751ea654 (patch) | |
tree | 99af63f0b7838233f8369be390035f29ac84fb22 | |
parent | 17905887e1c34a24a9ec5135eaee0fcefe528fb4 (diff) |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1119 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/linux-2.4/patches/001-bcm47xx.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/linux-2.4/patches/001-bcm47xx.patch b/target/linux/linux-2.4/patches/001-bcm47xx.patch index b4a960ff1f..5e3fc34fe6 100644 --- a/target/linux/linux-2.4/patches/001-bcm47xx.patch +++ b/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"); + |