aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build: extend menu with few ubifs optionsLuka Perkov2013-10-042-2/+44
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38303
* opkg: add support for SHA256 verificationSteven Barth2013-10-042-2/+4
| | | | | | | based on a patch by Evan Hunt <each@isc.org> Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 38302
* kirkwood: add support for UBI (3.10.x)Luka Perkov2013-10-044-8/+54
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38301
* netifd: update to latest version, adds macvlan supportFelix Fietkau2013-10-031-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38299
* imx6: update upstream pcie patchesLuka Perkov2013-10-0316-118/+130
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38298
* kirkwood: enable dts compilationLuka Perkov2013-10-031-0/+6
| | | | | | | | In 3.10 we might build those, so for now just add this functionality. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38297
* kirkwood: fix initramfs imagesLuka Perkov2013-10-031-2/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38296
* kirkwood: update patches and configuration (3.10)Luka Perkov2013-10-0334-869/+1638
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38295
* brcm47xx: add support for ipv6 in default network configHauke Mehrtens2013-10-021-58/+40
| | | | | | | | | Modify /etc/init.d/netconfig to use UCI defaults for building the default network config, which includes appropriate defaults for IPV6. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38294
* broadcom-diag: fix 'autoload' number of diag.koHauke Mehrtens2013-10-021-1/+1
| | | | | | | | Change the autoload number from '5' to '05' so the module loads earlier (as intended). Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38293
* kernel: bgmac: fix BCM4707 patchHauke Mehrtens2013-10-021-2/+2
| | | | | | | | The bool logic was the wrong way around. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38292
* kernel: refresh patchesHauke Mehrtens2013-10-0211-65/+25
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38291
* kernel: bcma: update to wireless-testing master-2013-10-01Hauke Mehrtens2013-10-025-101/+121
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38290
* kernel: bgmac: move other bgmac patches to genericHauke Mehrtens2013-10-025-206/+21
| | | | | | | | The bgmac driver will be used on the brcm47xx and the bcm53xx target. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38289
* kernel: bgmac: move bgmac patches already applied in mainline kernel to genericHauke Mehrtens2013-10-0212-389/+103
| | | | | | | | | | The bgmac driver will be used on the brcm47xx and the bcm53xx target. These are only the patches already applied in current net-next/master branch. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38288
* package/index: fix index creating when building without signingSteven Barth2013-10-021-4/+4
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 38287
* odhcp6c: validate hop-limit on RAsSteven Barth2013-10-021-2/+2
| | | | SVN-Revision: 38285
* Add package signing infrastructureSteven Barth2013-10-025-5/+76
| | | | | | | | | | | | | Add package signing key and certificate configuration options to the "Image configuration" submenu. If enabled, the Packages.gz list will be signed as file Packages.sig. The passphrase for the signing key can be sourced from a file or entered by the user. The signing certificate is automatically added to the firmware image if opkg-smime is selected. Signed-off-by: Evan Hunt <each@isc.org> Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 38284
* 6relayd: remove compat ULA setting by default (too many bad sideeffects)Steven Barth2013-10-022-2/+1
| | | | SVN-Revision: 38283
* imx6: add default profileLuka Perkov2013-10-022-2/+20
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38282
* kirkwood: drop PROFILE from image namesLuka Perkov2013-10-021-3/+3
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 38281
* kirkwood: add linux 3.10 supportLuka Perkov2013-10-0228-0/+4860
| | | | | | | | | Backport appropriate patches to allow using device tree only board defintions. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 38280
* kirkwood: prepare for 3.10Luka Perkov2013-10-028-0/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38279
* kirkwood: explicitly set CPU_TYPE to xscaleLuka Perkov2013-10-021-1/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38278
* c80211: add iwldvm to iwlwifi, this is needed to support the old wifi card.Hauke Mehrtens2013-10-011-3/+5
| | | | | | | | This closes #14258 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38277
* kernel: add industrialio-triggered-buffer.ko only when the config option is ↵Hauke Mehrtens2013-10-011-1/+1
| | | | | | | | selected. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38276
* ep93xx: fix kmod-input-keyboard-ep93xx dependenciesHauke Mehrtens2013-10-011-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38275
* ep93xx: fix sound dependencies for ep93xxHauke Mehrtens2013-10-012-4/+4
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38274
* at91: fix missing drivers/iio/adc/at91-adc.ko in kmod-at91-adcHauke Mehrtens2013-10-011-3/+3
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38273
* netifd: don't remove & readd addresses that only have a changed lifetimeSteven Barth2013-10-011-2/+2
| | | | SVN-Revision: 38269
* procd: fix incorrect use of sizeof() in vsnprintf()Jo-Philipp Wich2013-10-011-2/+2
| | | | SVN-Revision: 38268
* procd: update to latest git headJohn Crispin2013-09-301-2/+2
| | | | | | | | this fixes the syslog problem when using eglibc on x86. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38267
* lantiq: add support for VGV7519 KPN Experia box v8John Crispin2013-09-305-0/+399
| | | | | | | Signed-off-by: Maikel Bloemendal <mbloemendal@gmail.com> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38266
* ralink: dts fixesJohn Crispin2013-09-302-5/+22
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38265
* ralink: fix DIR-320-B1 board detectionJohn Crispin2013-09-301-1/+1
| | | | | | | | https://dev.openwrt.org/ticket/14226 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38264
* ralink: Change size of image for DIR-320 B1 to 8MBJohn Crispin2013-09-301-1/+1
| | | | | | | | http://patchwork.openwrt.org/patch/4102/ Signed-off-by: Vladimir Stolyarov <xakep6666@yandex.ru> SVN-Revision: 38263
* kernel: lib-textsearch needs to be auto probed for amanda nat to workJohn Crispin2013-09-301-0/+1
| | | | | | | | https://dev.openwrt.org/ticket/14232 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38262
* uClibc: fix scoped-IPv6-addresses in getnameinfoSteven Barth2013-09-301-0/+26
| | | | SVN-Revision: 38261
* scripts/gen-dependencies.sh: use the cross readelf (#12940)Felix Fietkau2013-09-291-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38259
* mac80211: add AP inactivity handling / probing fixes to improve stabilityFelix Fietkau2013-09-291-2/+33
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38257
* mac80211: really fix the long standing wds ap tx power regression (#14153)Felix Fietkau2013-09-292-8/+38
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38255
* rpcd: fix missing option removal when merging subsequent uci set callsJo-Philipp Wich2013-09-291-2/+2
| | | | SVN-Revision: 38254
* ubus: restrict unix domain socket permission to 0600 to disallow non-root ↵Jo-Philipp Wich2013-09-291-2/+2
| | | | | | connections SVN-Revision: 38253
* ubox: support alternative spellings for modinfo and rmmodJo-Philipp Wich2013-09-291-2/+2
| | | | | | | | After this change, "rmmod" and "modinfo" works even if the user gives the file name spelling instead of the kernel internal one, so that e.g. "rmmod nls_iso8859-1.ko" and "rmmod nls_iso8859_1" will both succeed. SVN-Revision: 38252
* uci: change uci_ptr checking order in uci_delete()Jo-Philipp Wich2013-09-291-2/+2
| | | | SVN-Revision: 38251
* uhttpd: add a config option for using ustream-polarssl, and use it by defaultFelix Fietkau2013-09-291-2/+8
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38250
* ath9k: fix an AP mode powersave issue with aggregationFelix Fietkau2013-09-291-21/+39
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38249
* ubox: fix kmod loading for modules with varying dashes & underscores in ↵Jo-Philipp Wich2013-09-281-2/+2
| | | | | | | | | | | | | | names (#14182, #14189) Instead of canonicalizing module names in the internal avl tree simpyl use a custom strcmp() variant for the avl tree key comparisation. The custom comperator simply treats dashes and underscores the same, so "nls_iso8859-15" is equal to "nls-iso8859-15". This allows us to simplify the code considerably and makes manual "modprobe" invocations more forgiving when looking up the given module name. SVN-Revision: 38248
* kernel: disable kmod-iio for linux 3.6 as well (to avoid build issues due to ↵Felix Fietkau2013-09-281-1/+1
| | | | | | | | missing config symbol changes) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38247
* kernel: add missing config symbolFelix Fietkau2013-09-274-0/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38246