summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tools] more cygwin related build fixesflorian2009-04-143-3/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15227 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: ignore rx long packet error flag from the ethernet corenbd2009-04-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not run hotplug event for aliasesnbd2009-04-131-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: enable /etc/firewall.user by default and install sample ↵jow2009-04-123-5/+9
| | | | | | firewall.user file git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: remove redundant netmask handling in 10-routesjow2009-04-122-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] package ext4 (#4434)florian2009-04-122-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15218 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] do not override CONFIG_CONFIGFS_FS in a few places, and make ↵florian2009-04-124-4/+1
| | | | | | gpiommc be selectable with the spio-gpio-old module (#4659) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15215 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] do not load the spi_gpio module from mmc-over-gpio, bump release ↵florian2009-04-121-3/+4
| | | | | | number (#4663) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15214 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] allow openssl to compile with ccache enabled (#4518)florian2009-04-111-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15212 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add the R_ARM_V4BX relocation to the ARM kernel module loadermirko2009-04-101-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [iw] Update iw to version 0.9.12hauke2009-04-101-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ssb] The ssb module in also integrated into the kernel on brcm63xx target.hauke2009-04-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15197 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [wireless] ieee80211-softmac is only avaliable in old kernels. It was ↵hauke2009-04-101-1/+1
| | | | | | removed with 2.6.26. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] The b43 needs kmod-ssb. On the brcm47xx and brcm63xx target it is ↵hauke2009-04-101-1/+1
| | | | | | integrated into the kernel all other need the module. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use parent-dependencies for all dependencies of a package, not only those ↵mirko2009-04-101-3/+3
| | | | | | | | | which are conditional deendencies (thanks to lars (also for this commit message :P)) fixes bug #4917 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15187 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mvswitch: re-enable header modenbd2009-04-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: ignore reports about oversized ethernet frames, as can be caused by ↵nbd2009-04-102-5/+4
| | | | | | the header mode of marvell 88e6060 switches (see https://dev.openwrt.org/ticket/3507#comment:16) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: refresh failing kernel patch (#4916) and fix packet padding bugnbd2009-04-101-11/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] cygwin also needs to be passed LIBS=-lncurses to link lxdialog ↵florian2009-04-101-2/+3
| | | | | | successfully git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [hostapd] hostapd only supports either b or g as hwmode configuration variable.hauke2009-04-091-0/+3
| | | | | | | If bg is set the scripts transfers it now to g mode. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix source file vs library order in a few prereq checks (#4326)nbd2009-04-091-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [wifi] In wifi_fixup_hwmode the value 11bg for hwmode was not transfered to bg.hauke2009-04-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15180 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark uclibc nptl and snapshot as brokennbd2009-04-091-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15179 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netfilter: merge some fixes from upstreamnbd2009-04-091-0/+100
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netfilter: speed up packet matching by allowing default rules to bypass the ↵nbd2009-04-091-0/+74
| | | | | | common checks git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15177 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: make use of netdev_alloc_skbnbd2009-04-091-7/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move iptable_raw to the conntrack-extra packagenbd2009-04-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax] patches for 2.6.28claudio2009-04-096-97/+189
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move etrax generic files to specific kernel version claudio2009-04-097-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dnsmasq: add more options for interface binding (#4900)jow2009-04-093-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15172 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] fix ccache host installation (#4902)florian2009-04-091-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43: Remove unnecessary MMIO accesses in the interrupt hotpath.mb2009-04-081-0/+177
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b44: use netdev_alloc_skbnbd2009-04-081-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: increase skb padding for network devices to accomodate for headroom ↵nbd2009-04-081-0/+16
| | | | | | requirements of eth->wifi routing and more git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] workaroun some stupid Kconfig bugs (#4895)florian2009-04-081-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove the b43 dependency on brcm47xx/brcm63xxnbd2009-04-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15156 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: revert the change from JHASH_GOLDEN_RATIO to JHASH_INIT_PARAM (ipv6 ↵nbd2009-04-081-6/+6
| | | | | | still relies on it) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15155 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup etrax patchesclaudio2009-04-089-5859/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15154 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix kernel headers for cris (thanks hinkocevar)claudio2009-04-082-10/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update e2fsprogs to 1.41.3florian2009-04-082-14/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update ncurses to 5.7 (#4852)florian2009-04-085-7/+256
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] some more fixes to the SPI controller driverflorian2009-04-082-29/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear: fix 100-pubkey_path.patch which broke pubkey auth after ↵jow2009-04-072-27/+72
| | | | | | updating to 0.52 - thanks maniac103! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add some b43 firmware helptextmb2009-04-071-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove 500-b43-disable_qos_when_openfw.patchmb2009-04-071-11/+0
| | | | | | | | | | | | | | | This patch is incorrect. It leaves mac80211 and b43 in different states. mac80211's hw->queues will be left at 4 (QoS enabled), while QoS will be disabled inside of b43's queue handling. There currently is no way to disable QoS after loading the firmware. Buildroot should probably statically change the module parameter to QoS=0, if the opensource firmware is built into the image. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove braindead code that overwrote the user's antenna diversity ↵nbd2009-04-071-0/+30
| | | | | | setting (thx, brainslayer) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] revert changeset 15081 seems to break Alice box devicesflorian2009-04-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63x] imagetag's -k argument is expected to be hexadecimal instead of ↵florian2009-04-071-1/+1
| | | | | | decimal (#4885) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix typo in 910-cryptodev_backport.patch (#3933)florian2009-04-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: tweak the maximum allocation size to improve memory allocator ↵nbd2009-04-071-0/+13
| | | | | | performance git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15130 3c298f89-4303-0410-b956-a3cf2f4a3e73