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

14604 Commits

Author SHA1 Message Date
nbd
3784adc486 now that each target has its own package directory, remove the base-files package renaming hack
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17330 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 15:31:22 +00:00
nbd
2b5de05a08 move the package dir to bin/packages/$(BOARD)_$(LIBC)-$(LIBCV) to prevent multiple configs with the same arch from deleting each others' packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 15:31:17 +00:00
nbd
c787789db4 mac80211: fix ath5k dma size workaround for ar71xx
Atheros legacy hardware does not perform well on ar71xx unless both TXCFG and RXCFG are forced to 4 bytes.
The previous patch only changed RXCFG. The OpenWrt Madwifi HAL also sets both RXCFG and TXCFG

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17328 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 15:09:03 +00:00
nbd
81ef7deaae remove support for compat-wireless-old
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17327 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 15:00:01 +00:00
nbd
23674ee048 upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to config.mk, which frequently causes rejects on new versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17326 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 14:59:55 +00:00
nbd
23910e915a fix multiple ipkg builds of the same arch but with different targets in the same checkout
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 14:04:40 +00:00
geoff
a336902e47 ps3/petitboot: Run petitboot at first startup
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17324 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 22:36:53 +00:00
geoff
3e52337274 ps3: Make ps3-bl-option executable
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17322 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 22:32:57 +00:00
juhosg
de63af83ab [ar71xx] preliminary failsafe support (closes #5726)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17321 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 20:16:01 +00:00
juhosg
a938a77639 [ar71xx] add diag script (closes #5725)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17320 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 19:26:53 +00:00
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
juhosg
401569979c [ar71xx] fix package name of kmod-leds-gpio
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17318 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 19:09:22 +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
a5ee1ea114 when regenerating an ipkg package, make sure the entire ipkg build dir is cleaned as well to prevent stale files from making it into the package after configuration changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17313 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 15:12:54 +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
870dc4520f pxcab: Replace TARGET_pxcab with feature powerpc64
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 23:09:50 +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
ed808cfc4e ps3: General cleanup and update for defconfig-ps3-petitboot
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17305 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 21:55:45 +00:00
geoff
4ef14bf9e5 ps3: Move defconfig-ps3-petitboot to the petitboot profile directory
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17304 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 21:54:29 +00:00
geoff
e34a3460f1 ps3: Update the Petitboot profile package dependencies
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17303 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 21:52:34 +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
geoff
6678b22ec3 ps3: Updates for ps3-bl-option
Update the ps3 bootloader helper script ps3-bl-option.

 o Add new option --set-bootloader-timeout.
 o Use generic name 'bootloader'.
 o General format cleanup.

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


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 21:48:38 +00:00
geoff
20937ea280 ps3: Rename bl-option to ps3-bl-option
Rename the bootloader helper script bl-option to ps3-bl-option.
This change simply renames the file.  No other changes are
included.

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


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 21:47:11 +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
florian
d8c14cad10 [kernel] use 2.6.30.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17296 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-17 15:05:26 +00:00
florian
7e8a82eecb [tools] disable mpfr tests compilation, slightly speeds up the build process
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17295 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-17 14:51:32 +00:00
florian
cc636d65a0 [package] ensure CONTROL directory is created (#5683)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17293 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-17 10:14:25 +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
florian
7856745f84 [kernel] switch to 2.6.27.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17291 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-17 09:17:06 +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
dd1725daab [kernel] 2.6.30: fix lzma compressed intitramfs support, and decrease dictionary size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 19:21:21 +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
nico
591108bdda [uml] bump to 2.6.30.4, apply fix from [15119] to x86_64
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17285 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 10:18:07 +00:00
juhosg
993735e76a [kernel] 2.6.30: update layer7 patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17284 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 07:45:34 +00:00
juhosg
9d40adf198 add menuconfig option for selecting initramfs compression
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 05:35:34 +00:00
hauke
a7cf249b3c [mac80211] fix for commit r17276
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17280 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 22:12:17 +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
d668adfbb7 refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17268 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 08:37:45 +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