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 | f161a6af05cd4437962d7c4200b48dbb1fea470d (patch) | |
tree | 99af63f0b7838233f8369be390035f29ac84fb22 /target | |
parent | 3ae2d3d1dd121c2856b88891b3a0158dcd1c327e (diff) | |
download | upstream-f161a6af05cd4437962d7c4200b48dbb1fea470d.tar.gz upstream-f161a6af05cd4437962d7c4200b48dbb1fea470d.tar.bz2 upstream-f161a6af05cd4437962d7c4200b48dbb1fea470d.zip |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1119 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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"); + |