1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 15:02:13 +03:00
Commit Graph

5291 Commits

Author SHA1 Message Date
jow
d72fab0bfc [package] base-files: fix sysupgrade get_magic_word() function to return proper values if the first two bytes are identical
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 19:12:34 +00:00
nbd
ed4d3a31bb madwifi: remove version selection support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 15:17:32 +00:00
nbd
71d6652e39 remove support for the madwifi upstream release, it doesn't work on newer kernels and it's not very reliable anyway
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 15:16:11 +00:00
nbd
0efdde7bb2 madwifi: add patch for building all modules (except for the HAL) into a single module. saves space and gets rid of unnecessary exports
removes support for onoe and amrr - I don't think anybody needs these anymore

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 15:13:00 +00:00
nbd
38b0a09fbc add powersave fixes based on patches by Steven Luo (#4376)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 14:48:31 +00:00
nbd
f6b26b47a2 madwifi: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 14:48:21 +00:00
geoff
2b08ef5155 powerpc: Create a powerpc64 config feature
The config symbol TARGET_ps3 is used in the build files where
special handling for the 64 bit PowerPC processors is needed.
Introduce a new config feature powerpc64, and replace the use
of TARGET_ps3 with powerpc64.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17306 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 23:07:45 +00:00
geoff
5a4b37be4a ps3-utils: Add Build/InstallDev section to package makefile
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 21:51:08 +00:00
geoff
5276efbdd3 ps3-utils: Update package to include latest repository fixes
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17301 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 21:50:15 +00:00
florian
ea86a59d02 [package] add missing libsas configuration symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 12:46:39 +00:00
juhosg
af4be27550 [package] iw: update to 0.9.16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-17 09:46:50 +00:00
juhosg
6b429d2ba2 [package] mac80211: add deadlock fix patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 19:55:10 +00:00
juhosg
e66151f794 Fix broken i2c module loading in R17269
Strip .ko suffix from module name.

Fix typo in name of i2c-scx200-acb module to be loaded.

Steve

Signed-off-by: Steve Brown <sbrown@cortland.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17288 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 12:39:47 +00:00
nico
e340bbed3a remove *printf warnings preventing wprobe to build on uml x86_64
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 10:26:22 +00:00
nico
feff097f66 use KERNEL_CROSS instead of TARGET_CROSS to build kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 10:21:13 +00:00
nbd
445e06373c wprobe: fix tcp port for the proxy mode in the init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17278 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 21:31:41 +00:00
hauke
d3c173bcdf [mac80211] increase release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17277 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 16:54:09 +00:00
hauke
986268ff2e [mac80211] Do not build the mac80211 module in the kernel.
The attributes skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17276 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 16:42:48 +00:00
hauke
d98321101a [mac80211] also exclude usb_unpoison_urb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 16:29:52 +00:00
hauke
6e2d68e4b9 [brtfs] exclude kernel 2.6.27
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17274 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 16:27:35 +00:00
juhosg
678b2dfee3 [package] kernel/modules: allow I2C modules to be compiled into the kernel (closes #5702)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 09:12:37 +00:00
hauke
8defa68047 [mac80211] Build modules only if realy needed.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17267 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 08:36:33 +00:00
hauke
80fa9eaa97 [mac80211] update openfw to 5.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 08:35:03 +00:00
hauke
094507e8fe [mac80211] Update to compat-wireless-2009-08-15
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17265 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 08:26:38 +00:00
florian
97f029be36 [package] fix path to orinoco wireless modules (#5701)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17264 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-14 15:21:23 +00:00
jow
930ebf26f0 [package] firewall: allow incoming udp/68 packets in the default configuration (#4108, #4781)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-13 03:31:53 +00:00
jow
dbad7c2943 [package] opkg: crlf -> lf in 001-fix-double-parsing.patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-12 13:19:34 +00:00
florian
309acb3dfa [ar7] more compile fixes for sangam-atm and 2.6.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17228 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-11 18:50:45 +00:00
acinonyx
568f8e5113 [package] kmod-ipt-nathelper-extra: Fix kmod-textsearch dependency (#5665)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17225 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-11 16:39:53 +00:00
nbd
31e450bbf7 madwifi: fix frame dropped counter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-11 14:05:57 +00:00
nbd
a9f2903064 madwifi: fix compiler warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-11 02:14:33 +00:00
nbd
08b4be02d2 fix software rx filter for ibss mode (based on a patch by harald schiöberg)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17220 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-11 02:14:28 +00:00
nbd
38a1e2c738 madwifi: fix compile error on kernels without net_device api compatibility
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-11 02:14:15 +00:00
jow
11a916c4df [package] base-files: move ipv6 module loading from setup_interface() to addif() in the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured (#5356)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-10 23:48:10 +00:00
jow
af934b189e [package] opkg: fix duplicate parsing of config file, move opkg.conf back to /etc, bump package revision, thanks kupseoft
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17209 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-10 22:38:37 +00:00
hauke
1c843699d2 Correct bool expressions in dependencies.
This fixes #5627


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17208 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-10 18:26:18 +00:00
acinonyx
854e6d03d4 [package] kmod-net-hermes-pci, kmod-net-hermes-plx: Fix kmod-net-hermes dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17206 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-09 22:51:04 +00:00
florian
b1bfec83f7 [ar7] more 2.6.30 related fixes for ar7-atm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17183 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08 21:29:37 +00:00
nbd
9fb3820df1 decrease verbosity of mklibs.py
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17174 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08 02:37:59 +00:00
nbd
c18a2411a7 integrate mklibs.py support into the build process
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08 02:25:03 +00:00
nbd
5d58e1d922 install static libraries from uclibc to the rootfs staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17169 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08 02:24:45 +00:00
nbd
b69805034d add a staging directory for unstripped package files, useful for debugging, will be used for mklibs integration later
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17167 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 21:58:35 +00:00
florian
edab4309b6 [package] libiptc and libxtables should install their libraries as symbolic links (#5313, #5639)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17162 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 09:36:55 +00:00
nbd
282aff2625 base-files: some /lib/network/config.sh refactoring
* Localize a lot more variables than before.
* Do stuff or localize variables at later points or inner blocks
  so less commands are executed in some cases.
* Use the default option of config_get where it makes sense.

Signed-off-by: Malte S. Stretz <mss@apache.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17160 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 00:08:06 +00:00
nbd
e4895b7178 base-files: clean up init.d/fstab and port it to the new config_get
... also remove the unused noauto variable in swapon.

Signed-off-by: Malte S. Stretz <mss@apache.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 00:08:01 +00:00
nbd
770318bd49 base-files: port init.d/led to new config_get
... and don't call logger directly, rcS takes care of the correct redirection

Signed-off-by: Malte S. Stretz <mss@apache.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 00:07:56 +00:00
nbd
8a855b152e base-files: port init.d/boot to new config_get
... and localize some variables.

Signed-off-by: Malte S. Stretz <mss@apache.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 00:07:51 +00:00
nbd
d84cebe2b4 base-files: port functions.sh to new config_get
Signed-off-by: Malte S. Stretz <mss@apache.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17156 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 00:07:46 +00:00
nbd
eb62b765c4 base-files: allow default value for config_get
Signed-off-by: Malte S. Stretz <mss@apache.org>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 00:07:42 +00:00
kaloz
dbf38e7683 upgrade opkg to r215 from the googlecode svn
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-06 20:08:27 +00:00