1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-19 19:05:42 +03:00
Commit Graph

6189 Commits

Author SHA1 Message Date
nico
742ab3aa56 package/busybox: add 3 upstream fixes, bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16 08:48:19 +00:00
nico
8808e8068c package/kernel: add dependency on kmod-input-core to kmod-sound-core (closes: #7140)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16 03:52:49 +00:00
nico
4aebd87ddd package/kernel: add missing modules autoloading for kmod-ipsec, kmod-ipsec4 & kmod-ipsec6 (partially closes: #7164)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20893 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16 00:08:52 +00:00
nbd
108934678c ath9k: fix crash issues caused by the ar9300 support patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-15 20:37:20 +00:00
jow
b092b4323d [package] uhttpd: fix bug in path canonization introduced by r20883
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20885 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-15 20:08:56 +00:00
jow
cbe586a919 [package] uhttpd:
- make network timeout configurable, increase default to 30 seconds (#7067)
	- follow symlinks in docroot and add option to disable that
	- fix mimetype detection for files with combined extensions (.tar.gz, ...)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-15 19:46:35 +00:00
nico
b4f7ed76fd package/base-files: fix typo in r20874 (thanks to rhk for spotting it)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20878 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-15 08:22:39 +00:00
nico
b4aa36c53c package/block-mount: mark /etc/config/fstab as conffiles (closes: #7130)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20875 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-15 07:24:00 +00:00
nico
bcd27e686e package/base-files: use a single $(CP) instead of two to copy shared library files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20874 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-15 06:01:45 +00:00
nico
aaebf665ab package/broadcom-diag: fix USB led polarity on Asus WL-HDD (closes: #7055)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-15 03:20:28 +00:00
nico
c5ac3c8566 package/iptables: update to 1.4.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-14 23:27:36 +00:00
nico
c46d2489d6 package/ipset: update to 4.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20861 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-14 23:26:48 +00:00
nbd
a81b5c3e9f openssl: fix timestamp patch - previous version patched the wrong file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20859 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-14 22:56:05 +00:00
nbd
02c2b70228 openssl: remove the makefile timestamp check, it breaks on some host systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20858 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-14 22:52:49 +00:00
nbd
8f5987e27c ath9k: fix a crash in ath9k_hw_reset on older hw
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20852 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-14 02:35:56 +00:00
nbd
45016a01bd mac80211: update to wireless-testing 2010-04-13, add some more fixes for the ar9300 patch set, fixes #7135
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20849 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-14 00:09:26 +00:00
nico
7b9aaa1a8c package/mac80211: add a patch to fix package/carl9170 build failure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-13 23:47:41 +00:00
florian
04c9400934 [package] option to allow boot to run to completion before starting shell
Setting the system variable "foreground" to yes causes the system to run
the init scripts in series and wait for completion.

This is useful if (a) you don't want the user getting into the console
until the system is initialized, or (b) you have things going on in your
scripts that require strict ordering (and no possible race conditions).

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20841 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-13 19:57:25 +00:00
nbd
d84ff5d609 fix jffs2 and mini_fo mount in failsafe (patch from #7134)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-13 14:24:58 +00:00
nbd
bce9592a38 ath9k: more fixes/cleanups for ar9280 and ar9300
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20835 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-13 01:03:49 +00:00
nbd
5a822569fc ath9k: fix a crash bug and a dma sync issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20833 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-12 22:30:47 +00:00
lars
28dec42aa3 [package] Add uboot for xburst package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-12 18:17:26 +00:00
florian
0a2c3fd8c2 [package] fix swconfig build failure on brcm63xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-12 14:01:55 +00:00
florian
db6b50eccf [package] fix linux-atm build failure on brcm63xx (and probably other targets) (#7145)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-12 12:59:09 +00:00
florian
5788420c90 [package] add kmod-ata-pdc202xx-old (#6950)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20808 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-11 18:39:03 +00:00
florian
9291105d95 [package] fix kmod-crc16 loading (#6949)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20807 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-11 18:38:56 +00:00
florian
8ff8151448 [x86] add net5501 support
This patch brings up the net5501 platform.

Note that the x86/ target included support for all x86/ class
processors.  That's not technically correct.  This should be constrained
only to the "generic" subtarget.  Every x86-class target that isn't
generic should be able to select only the optimizations/capabilities
applicable to that architectural variant.

It's also assumed that all x86 processors have keyboard & mouse ports,
ISA, DMI, ACPI... the embedded ones typically don't.  Again, moving
that to the generic subtarget.

Fortunately, this was a fairly benign tweak.

The net5501 board includes the following logic:

Geode/LX processor
CS5535 super-I/O chip
PC87360 sensor chip
Via Rhine Ethernet controllers
Via Sata controllers
USB, LEDS, I2C

Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20794 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-11 12:36:55 +00:00
jow
8803bd5059 [package] block-extroot: r20784 reverted r20735, add it back (#7104)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20788 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-10 19:54:00 +00:00
florian
fc6a5146e9 [package] add debugging entry to hotplug config
This is useful for seeing what devices are detected by the system.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20785 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-10 18:35:14 +00:00
florian
a458cd36f4 [package] block-extroot depends on kmod-ata-core
The package block-extroot depends on some builtin package like
kmod-ide-core or kmod-usb-storage. But kmod-ata-core was forgotten; this
patch fixes it.

Signed-off-by: Benjamin Cama <benoar@free.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-10 18:35:08 +00:00
nbd
cd8a80e0f4 mac80211: update to wireless-testing 2010-04-09, add work-in-progress ar9300 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20777 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-10 16:50:15 +00:00
jow
1603982ee3 [package] broadcom-wl: fix 11bg hwmode, add lrs mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20768 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 20:47:28 +00:00
ralph
c04232d482 [uboot-lantiq] update to version 2010.3
httpd-failsafe: removed warnings, cleanup html pages
httpd-failsafe: kicking in if boot command fails
httpd-failsafe: support of ctrl-c
httpd-failsafe: fixed ether addr

thanks to Stas



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20756 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 10:44:47 +00:00
ralph
ff7d812c96 [ifxmips-dsl-api] fix firmware handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20755 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 10:25:08 +00:00
jow
1ad9516e5d [brcm-2.4] broadcom-wl: implement "hwmode" uci option, supports 11b (B only), 11g (G only), 11gst (G performance) and 11bg (default)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20740 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-07 21:33:05 +00:00
acoul
deb7ff887e package/grub: play it safe, cross compile everywhere
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20739 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-07 21:23:09 +00:00
markus
54416feb9c added WRT54G3GV2-VF detection to broadcom-diag
+ diag now recognizes the router
+ basic LEDs work
- 3G LED for blink does not work as for the old version
  so I removed it. Maybe some GPIO probing might help.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20737 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-07 07:45:54 +00:00
jow
ea77fff90c [package] block-extroot: unblock package if kmod-broadcom-sdhc has been selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20735 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-06 22:57:17 +00:00
nico
66ce06493d package/block-mount: disable config options altering busybox configuration, fix dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-06 00:52:51 +00:00
nico
752ad9f0ca package/busybox: enable blkid, mkswap & swaponoff applets, enable uuid/volumeid support, bumb release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-06 00:51:35 +00:00
jow
3f5a33d21c [package] switch: explicitely clear port mappings in unsused vlans (#7082)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20717 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-05 13:51:26 +00:00
nico
f901524927 netfilter: fix extension list in package descriptions (closes: #7045)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-04 12:40:06 +00:00
cyrus
064b7710ff cyassl: shouldn't depend on zlib when compiled with --without-zlib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20692 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-04 11:16:46 +00:00
nico
29752f54bb [package] opkg: add upstream patch fixing the order packages are configured (closes: #7057, #7058), bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20686 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 21:38:17 +00:00
acinonyx
f0469e5857 [package] hotplug2: Refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20685 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 18:29:37 +00:00
acinonyx
6c5b5ef769 [package] hotplug2: Fix event blocking when there are no available children (#6958, #7030)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 18:29:32 +00:00
acinonyx
98f8e41849 [package] base-files: Use hotplug2 to download firmware
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 18:21:02 +00:00
acinonyx
3001737bfe [package] hotplug2: Always fork rules flagged as slow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 18:15:42 +00:00
acinonyx
7c258fffb9 [package] hotplug2: Fix forking (#7033)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20681 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 18:09:14 +00:00
acinonyx
244cbc3b69 [package] hotplug2: Cancel firmware loading on file openning errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20680 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 18:09:09 +00:00