1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-20 14:22:49 +03:00
Commit Graph

7393 Commits

Author SHA1 Message Date
cshore
b08fa2bc08 [package] block-mount busybox: Removed busybox versions of blkid and swap-utils since they are only used by block-mount and block-extroot, and those packages don't have as much need for the image space-savings of busybox versions, especially at the cost of including it in all images even those with no external storage.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26245 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-20 19:37:28 +00:00
nbd
7e17f34e6d linux-atm: Solos card requires explicit buffer size to br2684ctl
The default send buffer size of 8192 potentially can run past the end of the buffer (skb) and trash memory.
Explicitly setting a limit is required.

(Patch by Philip Prindeville)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-20 01:21:49 +00:00
thepeople
d531cb04e9 Keep firewall.user during sysupgrades
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-20 00:57:47 +00:00
hauke
fcc5705af1 kernel: fix some problems with kernel 2.6.38
In some places LINUX_2_6_38 was just missing.
Some kernel modules were moved.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26239 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-19 17:42:48 +00:00
cshore
bc39a45d02 [package] ncurses: Split terminfo database into a separate package because S-Lang library needs the terminfo database but doesn't depend on ncurses (and libnewt depends on S-Lang library and is intended to be
a lightweight dialog replacement that doesn't depend on the heavy ncurses).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26232 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 23:34:40 +00:00
jow
46dd8a523b [package] base-files: properly handle vlans on top of wireless interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 18:24:51 +00:00
acinonyx
a2113f9fa6 [package] hostapd: fix non-multicall hostapd compile (#9074)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26220 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 11:03:12 +00:00
nbd
9a1e861ea1 wireless-tools: remove some more unnecessary stuff from iwconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 03:41:22 +00:00
nbd
15a03feb73 hostapd: add a patch to remove some unnecessary control interface functionality
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 02:15:52 +00:00
nbd
ab31e75d1b hostapd: add a separate config symbol for 802.11n driver support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 20:21:28 +00:00
nbd
db0a51c50a base-files: overlayfs whiteouts depend on a specific xattr entry, which does not get preserved by the tmpfs->overlay copy. work around this by cleaning all copied "(overlay-whiteout)" symlinks after the switch to jffs2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26208 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 19:09:43 +00:00
nbd
ac2c331815 base-files: add initial support for mounting overlayfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26207 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 19:09:39 +00:00
jow
9f59a573f4 [package] base-files: update sysctl.conf for modern kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26204 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 15:35:41 +00:00
acinonyx
7f0233431a [package] hostapd: Fix hostap driver for multicall binary builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26203 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 07:23:37 +00:00
acinonyx
74502402bc [package] hostap-driver: Remove newline at start of config (cosmetic)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26202 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 07:23:32 +00:00
acinonyx
31f5e377a2 [package] acx: Major rework of acx.sh script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26201 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 07:23:28 +00:00
acinonyx
623478b8a0 [package] hostap-driver: Use 'any' for unspecified SSIDs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26200 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 07:23:23 +00:00
acinonyx
44c312a516 [package] hostap-driver: Fix adhoc mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 07:23:18 +00:00
acinonyx
d0b16203c6 [package] hostap-driver: Add newline at end of autodetected wireless config (cosmetic)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 07:07:43 +00:00
acinonyx
0402f4a518 [package] madwifi: Add newline at end of autodetected wireless config (cosmetic)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26197 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 07:07:03 +00:00
acinonyx
6537899d51 [package] acx: Add newline at end of autodetected wireless config (cosmetic)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26196 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 07:05:36 +00:00
nbd
55205a9f6b mac80211: add an aggregation rx reorder timeout handling fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26185 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-16 02:57:04 +00:00
jow
a3a2e7ee8b [package] comgt: handle ttyHS* devices in usb hotplug, fix typo (#9046)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-15 09:09:05 +00:00
nbd
7350a80ed1 ath9k: force the rx chainmask on ar913x to 0x7 - fixes calibration issues with 2-antenna devices such as the wrt160nl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26168 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-15 01:36:48 +00:00
nbd
90ed8e260f ath9k: enable an ar913x specific hardware fix for sending block-ack
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26167 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-15 01:36:45 +00:00
acinonyx
898495ff41 [package] base-files: Autodetect newly added wireless hardware
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26166 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-15 00:44:15 +00:00
acinonyx
73b9ef150f [package] mac80211: Fix unique device autodetection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26165 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-15 00:44:02 +00:00
acinonyx
ab68301976 [package] madwifi: Fix unique device autodetection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26164 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-15 00:43:50 +00:00
acinonyx
9c435c9f94 [package] hostap-driver: Fix unique device autodetection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26163 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-15 00:43:42 +00:00
acinonyx
e413152aaa [package] hostap-driver: Add support for multiple interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26162 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-14 23:48:25 +00:00
nbd
ba16e1040b base-files: link libpthread against libc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26161 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-14 19:27:45 +00:00
nbd
a96b37d703 mac80211: fix ath9k/ath9k-htc description (thx, swalker)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26160 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-14 14:04:49 +00:00
blogic
5e2ecb705a [lantiq]
* fixes .unlocked_ioctl functions


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-14 07:34:08 +00:00
cshore
11bbdea2f4 [package] block-mount: Changed default filesystem for /e/c/fstab to be ext4 instead of ext3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26156 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-14 02:12:38 +00:00
nbd
d4c33e9f6b pjsip: make pjsip-ltq-tapi dependencies conditional to make the build dependencies conditional as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26154 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 23:02:52 +00:00
acinonyx
14fa9abd6f [package] acx: Detect every device present
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26150 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 20:58:20 +00:00
nbd
6c70430aed base-files: add a default /etc/services files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26142 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 19:47:42 +00:00
nbd
39ab13caff base-files: add users ftp (for ftp servers), network (network related daemons such as tor, quagga, ...)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26138 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 19:10:28 +00:00
nbd
55291327c3 base-files: add an ftp group as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 19:04:32 +00:00
nbd
2e230262d0 base-files: add a few default groups to /etc/group so that we can get rid of a few postinst scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 18:56:34 +00:00
nbd
6ec21ab092 ltq-ifxos: only attempt to build if the lantiq target is selected (fixes #9035)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26132 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 18:45:27 +00:00
nbd
f04f75166a ath9k: split package into kmod-ath9k and kmod-ath9k-common, add a new package for ath9k_htc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26130 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 18:38:50 +00:00
nbd
7ae2f49748 mac80211: update to wireless-testing 2011-03-11
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26128 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 18:38:37 +00:00
juhosg
341f2c4ead package/kernel: package heartbeat LED trigger
Patch-by: Nikolay Martynov <mar.kolya@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26120 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 15:08:33 +00:00
cshore
d4627d82f4 [package] extroot: block-mount block-extroot: Added ability to do a whole disk extroot instead of only an overlay-based extroot.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26109 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 09:24:24 +00:00
cshore
d011a32a8b [package] iproute2 relayd: Moved iproute2 and relayd to Routing and Redirection submenu of the Network package group so that they appear with the packages feed packages that are related.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-12 07:27:57 +00:00
cshore
19f3bc1a6d [package] uhttpd: Moved uhttpd to Network|Web Servers/Proxies submenu, just like all the other web serves and proxies from the packages feed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26062 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-12 04:47:02 +00:00
cshore
1202b59afa [package] artables ebtables iptables: Moved *tables to Firewall submenu of the Network package group because that's where all the feeds packages for firewalls now are.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-12 01:24:18 +00:00
nbd
476f8cb7cb ltq-vmmc: do not download nonexistant firmware files, only attempt to build for lantiq xway
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26044 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-11 21:11:37 +00:00
nbd
7746d05fee mac80211/ath9k: improve pending patches based on review feedback
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-11 20:55:54 +00:00