1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 18:48:47 +03:00
Commit Graph

3622 Commits

Author SHA1 Message Date
blogic
be6fa77dfb make the system have a daemon user by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10293 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-28 18:16:00 +00:00
blogic
6984409e76 only start crond if there are files in the crontab
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-28 17:23:22 +00:00
nbd
6ed129deea madwifi: nuke some weird code which is causing NULL nodes to appear
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10274 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 15:18:18 +00:00
nbd
7cae62cc2a do not use kzalloc() in madwifi, for compatibility reasons
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10272 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 10:17:22 +00:00
nbd
6dfc34bf7f madwifi: nuke some totally wrong code which was causing performance issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10270 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 05:45:37 +00:00
nbd
8afbcdba68 madwifi: use mrr even in legacy mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 05:45:31 +00:00
nbd
a551eef759 add a patch for properly refreshing the bssidmask
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10268 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 04:47:11 +00:00
blogic
ab09debb66 add userspace tool for gpio_dev
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10267 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 04:24:05 +00:00
nbd
3610f7a9ee add extra sanity checks in madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 04:19:50 +00:00
nbd
2d4bb468ba add a patch for improved transmit signal strength in madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10264 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 03:21:12 +00:00
blogic
57f5643ac3 add generic gpio char dev for CONFIG_GENERIC_GPIO archs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10261 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 03:16:11 +00:00
nbd
29dbf43bdb add some random madwifi fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10260 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-25 23:09:13 +00:00
nbd
410d80b0c8 upgrade madwifi, finally fix the annoying ap auto channel selection bug, default to automatic channel selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10259 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-25 20:24:25 +00:00
blogic
06536709c7 make busybox have hwclocjk tool enable by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10255 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-25 16:49:21 +00:00
nbd
35b652105b oops, applied the ipkg patch with the wrong patchlevel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-25 16:46:26 +00:00
nbd
f90cb20b9a missing optional parameters for restart and boot functions
Add missing optional parameters in remaining rc functions.
It fixes my previous implementation of parametrized rc functions [8106],
ticket #3063, thanks argovela-at-yahoo-com for reporting.

Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10245 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-25 10:59:40 +00:00
ryd
03e8a3a945 Updating libertas wireless driver to latest version.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-24 03:03:04 +00:00
thepeople
20b39ccab6 add options for options xr, ar, turbo, mcast_rate Signed-off-by: Lorenz Schori <lorenz.schori@gmx.ch>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-17 01:23:38 +00:00
thepeople
38ba799c0a add option configure a custom netmask for dhcp clients Signed-off-by: Lorenz Schori <lorenz.schori@gmx.ch>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-17 01:15:50 +00:00
nbd
5597d7619f upgrade broadcom-wl, fixes wpa2 issues. remove compat-ldso, not necessary anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10207 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-16 03:40:08 +00:00
nbd
dd93653ac7 fix multi-essid setting for broadcom-wl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10206 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-16 03:40:04 +00:00
matteo
0834fab453 update ar7 sangam tarball
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10203 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-15 03:25:11 +00:00
nbd
4dc4d541b4 revert [10201] - the broadcom-wl md5sum was correct, the upload on mirror2 however was not. fixed now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10202 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-15 03:22:10 +00:00
agb
178feb7575 broadcom-wl md5sum fixed, thanks ix.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10201 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-15 02:25:05 +00:00
thepeople
7b2790f2c1 disable use of sendfile() for httpd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10200 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-15 02:23:59 +00:00
thepeople
67dc0110b5 fix madwifi compile for iop32x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-15 00:01:05 +00:00
agb
41548cefc1 Fix iwconfig symlink generation, closes #3013
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-14 08:34:07 +00:00
matteo
7b647490c7 acx: fix X86 builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10183 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-14 01:40:00 +00:00
matteo
b45c92bdd0 update the acx driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10178 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-12 13:27:26 +00:00
blogic
5c8527e331 remove obseleted package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10177 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-12 12:08:20 +00:00
juhosg
224733bba3 [package] kernel/modules: fix zd1211 dependancy (closes: #2985)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-11 19:32:33 +00:00
pavlov
3de185dbcb add broadcom b44 driver support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10162 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-10 21:15:03 +00:00
florian
a9b3984510 Fix compilation failures with spca5xx-le (#2735)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-10 18:15:45 +00:00
florian
e291f45a8e Mark spca5xx-le as broken (#2923)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-10 17:46:52 +00:00
juhosg
9af7e66231 [package] pcmcia-core: fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10154 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-09 07:44:17 +00:00
thepeople
ba43ecdcd5 fix broken patch file from #2997
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-09 02:46:58 +00:00
pavlov
7fa4d16792 md5sum was left out
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10148 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-08 22:31:26 +00:00
pavlov
87d6328729 updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-08 22:28:35 +00:00
florian
209f76b1df Add back Sitecom WL-105b support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10142 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-08 14:27:48 +00:00
florian
7fdc9f28c1 Hi all, here is a patch for package/ar7-atm. It fixes the bug #2377,
which reports a WARNING: at kernel/softirq.c:138 local_bh_enable().

Make the TIATM driver use tasklet, instead of BH without the flag, the TIATM driver treats packets inside BH,
which is wrong for most skbuff stuff. Use tasklet instead.

Signed-off-by: <benoit.ganne@gmail.com>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10141 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-07 19:38:17 +00:00
nbd
9cd1d90624 export switch-core.h to $(STAGING_DIR)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10138 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-06 19:28:26 +00:00
nbd
90fba37c49 update brcm-2.4 to 2.4.35.4, integrate new broadcom system code, update broadcom-wl to a contributed version (v4.150.10.5) - no bcm57xx support yet, will follow shortly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-06 19:28:07 +00:00
nbd
b59f896089 don't call deconfig in udhcpc when entering the renew phase
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-06 19:26:33 +00:00
florian
3485e86ac5 Mirror source tarball to openwrt.org (#2983)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-06 13:07:20 +00:00
nbd
efb74cd089 revert r9801 - fixes #2921
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10132 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-06 12:58:01 +00:00
florian
a8f4197ef6 Upgrade gspcav1 to 20071224 (#2922)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10131 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-06 12:44:23 +00:00
nbd
8f46721f9b save memory in ipkg while parsing package lists - there's no need to load the whole files into ram before parsing them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10125 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-06 02:48:24 +00:00
nbd
e2b0e04017 fix potential build errors when changing the qc-usb package selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10124 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-06 02:12:40 +00:00
nbd
4b17cc52e1 Remove LINUX_2_6 dependency from qc-usb
This patch removes LINUX_2_6 dependency from qc-usb for those of us who
still have broadcom chipsets as qc-usb works fine on LINUX_2_4 too. This
compiles with both 2.4 and 2.6 kernels selected, and although i do not
have a Kamikaze svn system, the same changes (albeit without the new
package name changes in svn vs 7.09) work fine on my running 2.4 system
with a Quickcam Express card (older model).

Signed-off-by: Misha Koshelev <mk144210 at bcm dot edu>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10123 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-06 02:12:37 +00:00
nbd
8785e41158 remove memleak patch because of issues with premature freeing of memory - i will try to reduce the memory usage in a different way
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-06 01:03:53 +00:00