aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* netifd: update to latest version, fixes log buffer handling issues, dns ↵Felix Fietkau2012-03-191-2/+2
| | | | | | issues and various sit tunnel related issues SVN-Revision: 31035
* 6to4: fix interface error handlingFelix Fietkau2012-03-191-4/+4
| | | | SVN-Revision: 31034
* netifd: scan l3 devices on find_config()Felix Fietkau2012-03-191-1/+2
| | | | SVN-Revision: 31033
* netifd: shut down all interfaces before restarting netifdFelix Fietkau2012-03-191-0/+7
| | | | SVN-Revision: 31032
* kernel: fix stripping of modules with duplicate symbol namesFelix Fietkau2012-03-191-1/+2
| | | | SVN-Revision: 31031
* base-files: gracefully handle empty variables in preinit (#11155)Jo-Philipp Wich2012-03-191-6/+6
| | | | SVN-Revision: 31030
* kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and ↵Jo-Philipp Wich2012-03-192-0/+2
| | | | | | kmod-ata-sis SVN-Revision: 31029
* kernel: update linux 3.2 to 3.2.12Gabor Juhos2012-03-1917-22/+22
| | | | SVN-Revision: 31028
* ar71xx: disable unused file system drivers in the nand subtargetGabor Juhos2012-03-191-0/+5
| | | | SVN-Revision: 31027
* ar71xx: sync kernel configsGabor Juhos2012-03-192-7/+8
| | | | SVN-Revision: 31026
* ar71xx: add initial support for RB750GLGabor Juhos2012-03-196-0/+180
| | | | SVN-Revision: 31025
* ar71xx: make rb750_latch_change 'static void'Gabor Juhos2012-03-192-15/+3
| | | | SVN-Revision: 31024
* ar71xx: add latch_change field to rb750_led_platform_dataGabor Juhos2012-03-193-7/+9
| | | | SVN-Revision: 31023
* ar71xx: add platform data for the RB750 NAND driverGabor Juhos2012-03-193-26/+55
| | | | SVN-Revision: 31022
* madwifi: remove my maintainer line from the packageFelix Fietkau2012-03-191-1/+0
| | | | SVN-Revision: 31021
* upgrade to 3.2, disable ppp by default until we figure out why ppp_generic ↵Imre Kaloz2012-03-192-2/+15
| | | | | | breaks bootup SVN-Revision: 31020
* add missing Kconfig symbolsImre Kaloz2012-03-192-1/+4
| | | | SVN-Revision: 31019
* ar71xx: use a different pll value on DB120Gabor Juhos2012-03-192-2/+4
| | | | SVN-Revision: 31018
* ar71xx: add AR934x specific interface speed setup for ge0Gabor Juhos2012-03-193-12/+33
| | | | SVN-Revision: 31017
* ar71xx: remove static MTD maps from AP121/DB120 boardsGabor Juhos2012-03-194-262/+22
| | | | SVN-Revision: 31016
* targets: replace madwifi in profiles with ath5k, madwifi is unmaintainedFelix Fietkau2012-03-1916-25/+24
| | | | SVN-Revision: 31015
* firewall: revert processing order of redirects and rules, ensures that rules ↵Jo-Philipp Wich2012-03-182-4/+4
| | | | | | can be used to filter before redirects are reached SVN-Revision: 31014
* ar71xx: use AR8327 on the DB120 boardGabor Juhos2012-03-183-49/+108
| | | | SVN-Revision: 31012
* generic: ar8216: add support for the AR8327 chipGabor Juhos2012-03-183-2/+536
| | | | SVN-Revision: 31011
* generic: ar8216: allow to use more portsGabor Juhos2012-03-181-2/+3
| | | | SVN-Revision: 31010
* generic: ar8216: reorder chip specific functionsGabor Juhos2012-03-181-72/+72
| | | | SVN-Revision: 31009
* generic: ar8216: reorder switch_dev specific functionsGabor Juhos2012-03-181-218/+216
| | | | SVN-Revision: 31008
* generic: ar8216: use ar8216_sw_ prefix for switchdev related functionsGabor Juhos2012-03-181-29/+29
| | | | SVN-Revision: 31007
* generic: ar8216: use switch_dev->ports in for loopsGabor Juhos2012-03-181-6/+6
| | | | SVN-Revision: 31006
* generic: ar8216: add read_port_status field to ar8xxx_chipGabor Juhos2012-03-181-1/+11
| | | | SVN-Revision: 31005
* generic: ar8216: add init_globals field to ar8xxx_chipGabor Juhos2012-03-181-21/+30
| | | | SVN-Revision: 31004
* generic: ar8216: add caps field to ar8xxx_chipGabor Juhos2012-03-181-5/+19
| | | | SVN-Revision: 31003
* generic: ar8216: add vtu_load_vlan field to ar8xxx_chipGabor Juhos2012-03-181-4/+15
| | | | SVN-Revision: 31002
* generic: ar8216: add vtu_flush field to ar8xxx_chipGabor Juhos2012-03-181-1/+11
| | | | SVN-Revision: 31001
* generic: ar8216: add init_port field to ar8xxx_chipGabor Juhos2012-03-181-4/+22
| | | | SVN-Revision: 31000
* generic: ar8216: add setup_port field to ar8xxx_chipGabor Juhos2012-03-181-6/+7
| | | | SVN-Revision: 30999
* generic: ar8216: add hw_init field to ar8xxx_chipGabor Juhos2012-03-181-8/+7
| | | | SVN-Revision: 30998
* generic: ar8216: add a separate structure for chip specific stuffGabor Juhos2012-03-181-0/+16
| | | | | | Also add a hw_init function into that. SVN-Revision: 30997
* generic: ar8216: rename chip field of struct ar8216Gabor Juhos2012-03-181-20/+20
| | | | SVN-Revision: 30996
* generic: ar8216: move ar8216_id_chip functionGabor Juhos2012-03-181-52/+51
| | | | | | Also remove the inline annotation. SVN-Revision: 30995
* generic: ar8216: rename ar8216_ops to ar8216_sw_opsGabor Juhos2012-03-181-2/+2
| | | | SVN-Revision: 30994
* ps3-utils git repository fixJo-Philipp Wich2012-03-181-1/+1
| | | | | | | | | | | | | | | | | The PKG_SOURCE_URL should be git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git rather then http://www.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git or else you will get a fatal error "did you run git update-server-info on the server?" Signed-off-by: Nicola Squartini <tensor5@gmail.com> SVN-Revision: 30993
* Add support for the 8250 UART module.Jo-Philipp Wich2012-03-181-0/+18
| | | | | | | | | It has been added at the end of other.mk as i couldn't find a better place for it. Signed-off-by: Christian Gagneraud <chris@techworks.ie> SVN-Revision: 30989
* Fix the title and the description of the kmod for DS2433.Jo-Philipp Wich2012-03-181-2/+2
| | | | | | | | | | This kmod has been certainly added by copy/paste but the title and description were not updated. Fix that. The DS2433 is a 1 wire 4kb eeprom with CRC capability. Signed-off-by: Christian Gagneraud <chris@techworks.ie> SVN-Revision: 30988
* Adds a kmod for the DS2431Jo-Philipp Wich2012-03-181-0/+13
| | | | | | | | The DS2431 is a 1 wire 1kb eeprom. Signed-off-by: Christian Gagneraud <chris@techworks.ie> SVN-Revision: 30987
* This patch adds a kmod in hwmon for the SHT21 sensor (I2C temperature and ↵Jo-Philipp Wich2012-03-181-0/+13
| | | | | | | | humidity sensor) Signed-off-by: Christian Gagneraud <chris@techworks.ie> SVN-Revision: 30986