diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-03-21 18:47:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-03-21 18:47:41 +0000 |
commit | 22d2d9b362e634393a89bfa73ba35c77e29abf7f (patch) | |
tree | ecec279d1746a7ef40e6cb23648e4b371a77b775 /target | |
parent | 0b14b06a39f22d594994b91f1137d0b584ec8f73 (diff) | |
download | upstream-22d2d9b362e634393a89bfa73ba35c77e29abf7f.tar.gz upstream-22d2d9b362e634393a89bfa73ba35c77e29abf7f.tar.bz2 upstream-22d2d9b362e634393a89bfa73ba35c77e29abf7f.zip |
Fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6630 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx-2.6/patches/100-atm_hacks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx-2.6/patches/100-atm_hacks.patch b/target/linux/brcm63xx-2.6/patches/100-atm_hacks.patch index b0afadd88a..910b9da3f8 100644 --- a/target/linux/brcm63xx-2.6/patches/100-atm_hacks.patch +++ b/target/linux/brcm63xx-2.6/patches/100-atm_hacks.patch @@ -74,7 +74,7 @@ diff -urN linux-2.6.19.1/include/linux/atmdev.h linux-2.6.19.1.new/include/linux void *dev_data; /* per-device data */ void *proto_data; /* per-protocol data */ struct k_atm_aal_stats *stats; /* pointer to AAL stats group */ -+#if defined(CONFIG_MIP_BCM963XX) ++#if defined(CONFIG_MIPS_BCM963XX) + struct sock *sk; /* socket backpointer */ +#endif /* SVC part --- may move later ------------------------------------- */ |