summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ixp4xx: Removed kmod-madwifi from the NSLU2 profile, as the NSLU2 has not ↵Rod Whitby2011-06-171-1/+1
| | | | | | wifi capability out of the box. SVN-Revision: 27202
* package/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful ↵Rod Whitby2011-06-171-1/+2
| | | | | | kmod-bluetooth compile. SVN-Revision: 27201
* firewall: ensure that fw_get_subnet4() sets an empty value if no (valid) ↵Jo-Philipp Wich2011-06-161-0/+1
| | | | | | IPv4 addr was found SVN-Revision: 27198
* firewall: allow symbolic names of interfaces and aliases in masq_src and ↵Jo-Philipp Wich2011-06-163-3/+28
| | | | | | masq_dest SVN-Revision: 27196
* add missing USBIP_CORE item in config-3.0Florian Fainelli2011-06-161-0/+1
| | | | SVN-Revision: 27195
* libbsd: do not build when using uclibcFlorian Fainelli2011-06-161-0/+1
| | | | SVN-Revision: 27194
* allow any console to be usedFlorian Fainelli2011-06-161-0/+7
| | | | SVN-Revision: 27193
* bcm63xx: Add support for Linux 3.0-rc3Florian Fainelli2011-06-1637-0/+4575
| | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27192
* linux/generic: Add support for 3.0-rc3Hauke Mehrtens2011-06-15108-0/+62478
| | | | | | | | Also make linux identify itself properly as 3.0, not 3.0.0. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27191
* acx-mac80211: Compile fix for newer kernelsHauke Mehrtens2011-06-151-0/+10
| | | | | | | | common.c is missing an include for linux/ratelimit.h. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27190
* busybox: Fix insmod for linux 3.0Hauke Mehrtens2011-06-151-9/+16
| | | | | | | | | | Insmod silently rejected being run on any non 2.x kernel. Make its version check allow newer kernels (and reject 2.4- when not enabling the 2.4 feature). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27189
* madwifi: Fix linux 3.0 detectionHauke Mehrtens2011-06-151-0/+25
| | | | | | | | Allows madwifi to be built against linux 3.0. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27188
* package/mac80211: Add linux 3.0 compatibilityHauke Mehrtens2011-06-1553-190/+626
| | | | | | | | Add patches from Hauke adding linux 3.0 compatibility. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27187
* package/kernel: Update version dependencies and kmods for linux 3.0Hauke Mehrtens2011-06-154-7/+12
| | | | | | | | | Also disable rtc-core for now since this changed to a bool, now directly used in the kernel if enabled. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27186
* bcm47xx: Remove kernel checks from image MakefileHauke Mehrtens2011-06-151-6/+2
| | | | | | | | | 2.4 isn't present anymore, so it will always be 2.6 (or newer). Since the 2.6 check will break with 3.0, remove it alltogether. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27185
* Fix CONFIG_LINUX_ for linux 3.0Hauke Mehrtens2011-06-151-1/+5
| | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27184
* Properly extract KERNEL_PATCHVER for linux 3.0Hauke Mehrtens2011-06-151-1/+5
| | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27183
* 2.6.39.1: missing kernel symbols If you turn on I2C, you'll need this symbol ↵Jo-Philipp Wich2011-06-151-0/+1
| | | | | | | | defined. Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27182
* add missing kernel config symbols for usb on powerpcFelix Fietkau2011-06-152-0/+4
| | | | SVN-Revision: 27181
* backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 ↵Jo-Philipp Wich2011-06-156-0/+156
| | | | | | (netfilter: IPv6: fix DSCP mangle code) SVN-Revision: 27179
* revert r26997, it does not apply against 2.6.36.4Jo-Philipp Wich2011-06-151-1/+1
| | | | SVN-Revision: 27178
* switch to 2.6.39Florian Fainelli2011-06-143-74/+401
| | | | SVN-Revision: 27175
* fix diag.sh with qube2 front ledFlorian Fainelli2011-06-141-6/+8
| | | | SVN-Revision: 27174
* resync kernel configFlorian Fainelli2011-06-141-17/+5
| | | | SVN-Revision: 27173
* Fix for bug where the iniatialisation of the MAC data private strucureJohn Crispin2011-06-132-6/+6
| | | | | | | | | | is copied into the wrong location. Ticket #9547 Signed-off-by: Conor O'Gorman <conor at dna.ie> SVN-Revision: 27172
* link hotplug2 against libbsd when eglibc is usedMirko Vogt2011-06-131-1/+6
| | | | SVN-Revision: 27170
* add library 'libbsd'Mirko Vogt2011-06-131-0/+53
| | | | | | | | | This library contains core functionality usually (but obviously not always) provided by libc implementations which isneeded by OpenWrt core packages. For instance the functions 'strlcat', 'strlcpy' are not implemented in eglibc but needed by hotplug2 (udevtrigger) SVN-Revision: 27169
* replace unfortify patch with a better oneFlorian Fainelli2011-06-132-21/+14
| | | | | | Thanks to Richard Weinberger for providing this patch SVN-Revision: 27168
* tools/firmware-utils: fix buffalo csum calculationGabor Juhos2011-06-132-2/+4
| | | | | | Also print an error message if decryption fails. SVN-Revision: 27167
* ar71xx: use ar933x_uart.h in the AR933X serial driverGabor Juhos2011-06-131-339/+75
| | | | SVN-Revision: 27166
* ar71xx: update early_printk codeGabor Juhos2011-06-132-44/+112
| | | | SVN-Revision: 27165
* 6to4: advertise effective tunnel mtu in RAsJo-Philipp Wich2011-06-122-6/+7
| | | | SVN-Revision: 27163
* cleanup files using checkpatch.plFlorian Fainelli2011-06-1242-290/+294
| | | | SVN-Revision: 27162
* 6to4: don't start if detected local IPv4 address is RFC1918, allows people ↵Jo-Philipp Wich2011-06-122-2/+16
| | | | | | to deploy firmwares with 6to4 enabled by default SVN-Revision: 27160
* ppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it ↵Felix Fietkau2011-06-121-3/+0
| | | | | | can cause functions needed by plugins to disappear (fixes #9462) SVN-Revision: 27159
* * move patches around * add basic support for gigaset sx76xJohn Crispin2011-06-126-1/+172
| | | | SVN-Revision: 27158
* toolchain/gdb: fix compile for powerpc targets, refresh patchFelix Fietkau2011-06-112-10/+17
| | | | SVN-Revision: 27155
* Remove trailing spaces, convert spaces to tabsVasilis Tsiligiannis2011-06-0912-83/+83
| | | | SVN-Revision: 27153
* kernel: revert unrelated change in previous commitJo-Philipp Wich2011-06-091-1/+0
| | | | SVN-Revision: 27150
* kernel: gre depends on ipv6 is Kernel is built with IPv6 supportJo-Philipp Wich2011-06-091-0/+2
| | | | SVN-Revision: 27149
* base-files: assume a default ipv6 prefix size of /64, thats what the ↵Jo-Philipp Wich2011-06-091-1/+1
| | | | | | majority of users mean when they just specify an ip address SVN-Revision: 27147
* base-files: if an ip6addr without a prefix is given, assume /128 - otherwise ↵Jo-Philipp Wich2011-06-092-1/+6
| | | | | | the busybox utilities will interpret it as /0 and create an invalid default route SVN-Revision: 27145
* we dont need 1024 bytes buffer. 128 bytes is enough.John Crispin2011-06-091-2/+2
| | | | SVN-Revision: 27143
* * revert accidental config changeJohn Crispin2011-06-091-20/+53
| | | | SVN-Revision: 27142
* Revert "[package/block-mount] remove example config file"Mirko Vogt2011-06-082-0/+22
| | | | | | This isn't needed anymore due to commit 27138 SVN-Revision: 27139
* make sure that base-files is installed last, this allows per-target ↵Jo-Philipp Wich2011-06-081-1/+1
| | | | | | base-file overlays to work correctly SVN-Revision: 27138
* * fixes spi flash for ar9John Crispin2011-06-087-61/+184
| | | | | | * adds limited support for netgear dgn3500 (enough for others to start working with) SVN-Revision: 27137
* remove example config fileMirko Vogt2011-06-082-22/+0
| | | | | | | | Having this file prevents the possibility of having target-specific fstab config files (as target/linux/${target}/base-files/etc/config/fstab). There is no need of a non-working example file on the target anyway. SVN-Revision: 27136
* base-files: fix error reporting for unsupported protocols on virtual interfacesJo-Philipp Wich2011-06-073-4/+4
| | | | SVN-Revision: 27132
* uClibc: fix a crash in __read_etc_hosts_r() that occurs if more than five ↵Jo-Philipp Wich2011-06-071-0/+10
| | | | | | hostnames follow a dotted quad in /etc/hosts SVN-Revision: 27131