summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* util-linux(-ng): revert r31183, r31178 - the update introduced several ↵Jo-Philipp Wich2012-04-052-75/+64
| | | | | | regressions which need to be worked out first SVN-Revision: 31202
* grub: fix build with automake v1.11.3 (#11228)Jo-Philipp Wich2012-04-041-0/+41
| | | | SVN-Revision: 31201
* util-linux: prevent packaging libtool placeholder scripts (#11224)Jo-Philipp Wich2012-04-041-4/+6
| | | | SVN-Revision: 31183
* dnsmasq: configure dnsmasq via flat config file and not command-line argsJo-Philipp Wich2012-04-021-54/+79
| | | | | | | | | | Sometimes it's useful to compare the generated config file from UCI config with a hand-edited dnsmasq config file, especially if you're migrating to an OpenWRT router from something else (such as Astlinux). Putting the generated config makes it easier to capture and diff, etc. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 31182
* iproute2: update to 3.2.0 and package 'ss'Florian Fainelli2012-04-021-7/+17
| | | | | | | | | | This patch bumps iproute2 to the latest available version, fixes the package URL to use kernel.org (as things have now been moved back there) and also adds ss (socket statistics) to menuconfig. Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa> SVN-Revision: 31179
* util-linux: move and updateFlorian Fainelli2012-04-022-63/+72
| | | | | | | | | | | | | | | | This patch makes several changes with util-linux-ng package: * moves it to util-linux (upstream name) * bumps it to last stable version 2.20.1 (was 2.13.0.1) * adds new package getopt * sorts packages inside Makefile * removes patch, it has been applied upstream I would also like to maintain this package. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31178
* crda: update to 1.1.2Florian Fainelli2012-04-022-4/+4
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31177
* libnl-tiny: port upstream bugfix 8ee16e6688657886f591f0841cb8e892743ecf2a ↵Jo-Philipp Wich2012-04-012-3/+3
| | | | | | from libnl, fixes error on hostapd interface initialization SVN-Revision: 31155
* revert bad changeTravis Kemen2012-04-011-1/+1
| | | | SVN-Revision: 31154
* Disable xfs on avr32, it has been failing the build for at least a monthTravis Kemen2012-04-011-1/+1
| | | | SVN-Revision: 31153
* mac80211: kmod-ath should not depend on PCI or USB support for the atheros ↵Felix Fietkau2012-03-301-1/+1
| | | | | | target SVN-Revision: 31151
* xfsprogs: update download locationFlorian Fainelli2012-03-291-1/+1
| | | | SVN-Revision: 31146
* wpa_supplicant: make key_mgmt default to NONEFelix Fietkau2012-03-291-4/+2
| | | | SVN-Revision: 31145
* hostapd: fix driver_madwifi compile issuesFelix Fietkau2012-03-291-18/+2
| | | | SVN-Revision: 31139
* madwifi: fix compile issues with linux 3.1/3.2Felix Fietkau2012-03-293-1/+67
| | | | SVN-Revision: 31138
* mac80211: allow NOHT for IBSS modeJo-Philipp Wich2012-03-291-1/+1
| | | | SVN-Revision: 31137
* soloscli: Add script to syslog ADSL line statsJohn Crispin2012-03-292-1/+21
| | | | | | | | | | I run this from cron. With remote syslog enabled, this means I have a record of ADSL line quality variation — which is useful when diagnosing and reporting faults. Signed-off-by: David Woodhouse <dwmw2@infradead.org> SVN-Revision: 31136
* package: kernel: add missing config symbols for serial-8250Jonas Gorski2012-03-281-1/+3
| | | | SVN-Revision: 31134
* netifd: update to latest version, fixes a segfault with non-bridge interface ↵Felix Fietkau2012-03-281-2/+2
| | | | | | hotplug SVN-Revision: 31125
* add trelay, a trivial ethernet relay which allows pseudo-bridging ad-hoc or ↵Felix Fietkau2012-03-286-0/+365
| | | | | | client mode devices over vlans to other hosts SVN-Revision: 31122
* uci: update to latest version, fixes return code of the cli on various failuresFelix Fietkau2012-03-281-3/+3
| | | | SVN-Revision: 31121
* package/kernel: create packages for the LED Timer/Default ON triggersGabor Juhos2012-03-271-0/+31
| | | | SVN-Revision: 31106
* package/kernel: allow to build RTC modules for 3.xGabor Juhos2012-03-272-6/+26
| | | | SVN-Revision: 31105
* mac80211: add hostapd socket option to wpa_supplicant for IBSS RSN as wellFelix Fietkau2012-03-271-1/+1
| | | | SVN-Revision: 31088
* wpa_supplicant: fix regressions introduced by the ibss-rsn changesFelix Fietkau2012-03-271-3/+4
| | | | SVN-Revision: 31087
* wpa_supplicant: add CONFIG_IBSS_RSN=y compilation optionFelix Fietkau2012-03-271-0/+2
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 31086
* wpa_supplicant: modify wpa_supplicant.sh in order to support IBSS-RSN/WPA-NONEFelix Fietkau2012-03-271-0/+5
| | | | | | Based on patch by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 31085
* ath9k: make endian check optionalFelix Fietkau2012-03-271-2/+56
| | | | | | | Turns out it triggers on some AR71xx devices where no swapping should be done. Enable endian check for the lantiq target. SVN-Revision: 31084
* mac80211: modify mac80211.sh to in order to support IBSS-RSNFelix Fietkau2012-03-271-0/+11
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 31083
* madwifi: modify madwifi.sh to support IBSS WPA-NONEFelix Fietkau2012-03-271-0/+9
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 31082
* wpa_supplicant: use wext driver for hostap and madwifiFelix Fietkau2012-03-272-2/+2
| | | | SVN-Revision: 31081
* hostapd: update to 20120326Felix Fietkau2012-03-2733-1862/+365
| | | | SVN-Revision: 31080
* netifd: update to 2012-03-23, fixes route/address tracking issues and adds ↵Felix Fietkau2012-03-261-2/+2
| | | | | | more status info SVN-Revision: 31077
* fixes #31068, rename 999-ath9k.patch to 501-ath9k-eeprom_endianess.patchJohn Crispin2012-03-251-0/+0
| | | | SVN-Revision: 31071
* Pulse dialing support into pjsip.John Crispin2012-03-251-0/+34
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 31070
* adds ARV4519PW/ARV7519PWJohn Crispin2012-03-254-1/+53
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 31069
* adds eeprom endianess check to ath9kJohn Crispin2012-03-251-0/+48
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 31068
* adds ath5k platfrom_device eep supportJohn Crispin2012-03-252-0/+67
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 31067
* unbreak dsl firmware loadingJohn Crispin2012-03-251-2/+8
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 31066
* fix for 3.2.9John Crispin2012-03-254-12/+30
| | | | SVN-Revision: 31065
* dnsmasq: add missing config_get, localize variables, bump package revisionJo-Philipp Wich2012-03-232-2/+4
| | | | SVN-Revision: 31058
* dnsmasq: add mx record supportJo-Philipp Wich2012-03-231-0/+16
| | | | | | | | | | | | | | | | | Adding the following syntax support: config mxhost option domain mydomain.com option relay svr10.ironport.com option pref 50 and this will generate an MX record for mydomain.com pointing at the relay with a given preference. Redux: default the preference to 0 if absent. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 31057
* dnsmasq: add keywords for SRV RR class/weightJo-Philipp Wich2012-03-231-2/+5
| | | | | | | | | | | | | | The SRV record also requires the class and weight fields... Currently you can overload the "port" keyword as: option port xxxx,class,weight but this is counter-intuitive. Here we fix this. Redux: make the port required. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 31056
* iwinfo: properly cast nl80211 mBm signal levels to reported dBm values (#11161)Jo-Philipp Wich2012-03-212-2/+3
| | | | SVN-Revision: 31053
* block-mount: add missing chunk of previous commitJo-Philipp Wich2012-03-211-1/+1
| | | | SVN-Revision: 31050
* block-mount: invoke blkid without cache file, this seems to fix mounts by ↵Jo-Philipp Wich2012-03-211-2/+2
| | | | | | uuid or label SVN-Revision: 31049
* base-files: split service related functions off to /lib/functions/service.shFelix Fietkau2012-03-204-129/+133
| | | | SVN-Revision: 31042
* pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵Felix Fietkau2012-03-2011-313/+324
| | | | | | file to the pppd package SVN-Revision: 31041
* kernel: add kmod-acpi-buttonJo-Philipp Wich2012-03-191-1/+16
| | | | SVN-Revision: 31037
* 6in4: add netifd supportFelix Fietkau2012-03-195-103/+279
| | | | SVN-Revision: 31036