aboutsummaryrefslogtreecommitdiffstats
path: root/package/system
Commit message (Collapse)AuthorAgeFilesLines
* procd: make old button hotplug rules work until all packages are migratedJohn Crispin2013-07-151-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37336
* ubox: fix compile error (#13877)Felix Fietkau2013-07-151-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37330
* procd: update to latest git revisionJohn Crispin2013-07-141-2/+2
| | | | | | | | * improves logread over net code Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37313
* ubox: update to latest git revisonJohn Crispin2013-07-141-3/+3
| | | | | | | | this fixes a stack corruption in kmodloader. lsmod should be fixed now Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37312
* kernel/base-files: clean up old code related to refreshing mtd partitions, ↵Felix Fietkau2013-07-141-38/+0
| | | | | | | | it is no longer used anywhere Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37282
* procd: update to latest git revisionJohn Crispin2013-07-111-1/+1
| | | | | | | | this fixes a regression in the watchdog init code Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37259
* procd: make the log port default to 514 if none is specifiedJohn Crispin2013-07-111-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37257
* procd: update to latest git versionJohn Crispin2013-07-111-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37250
* procd: add proto and trigger support to the /etc/init.d/logJohn Crispin2013-07-111-1/+8
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37249
* procd: add a small script that handles config reloads until configd is readyJohn Crispin2013-07-113-0/+12
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37248
* procd: the delete ubus call was passed the wrong field name for servicesJohn Crispin2013-07-111-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37247
* ubox: upgrade to latest versionJohn Crispin2013-07-111-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37246
* ubox: remove empty menu from block-mountLuka Perkov2013-07-091-1/+0
| | | | SVN-Revision: 37221
* procd: update to latest git revisionJohn Crispin2013-07-082-3/+57
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37206
* procd: remove obseleted procd.init fileJohn Crispin2013-07-081-19/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37205
* ubox: add a uci-default script for fstab generationJohn Crispin2013-07-082-1/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37199
* procd: bump to latest git revisionJohn Crispin2013-07-041-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37158
* procd: extend shell binding with trigger supportJohn Crispin2013-07-041-0/+32
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37157
* ubox: dont install lsbloader and symlink lsmodJohn Crispin2013-07-041-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37156
* ubox: add e2fsck supportJohn Crispin2013-07-021-3/+3
| | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 37127
* depend on libuboxMirko Vogt2013-06-291-1/+1
| | | | SVN-Revision: 37092
* ubox: add support for delay_root optionJohn Crispin2013-06-291-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37088
* ubox: update to latest git revisionJohn Crispin2013-06-281-2/+2
| | | | | | | | fixes a endianess bug inside the uuid code Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37077
* ubus: fix ubus lua binding duplicationFelix Fietkau2013-06-281-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37074
* ubox: update to latest git revisionJohn Crispin2013-06-282-6/+25
| | | | | | | | | | | | | | * add pivot root support * add back a /etc/init.d/fstab * add "block mount/umount" support * add anonymous swap/mount support * add auto swap/mount support * fix superflous error when inserting modules * add back jffs2reset/jffs2mark Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37057
* procd: update to latest git revisionJohn Crispin2013-06-281-2/+2
| | | | | | | | | | * fix ubus reconnect handling * set global mask 0 * add respawn support Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37056
* ubus: remove unused init-scriptSteven Barth2013-06-241-14/+0
| | | | SVN-Revision: 37026
* packages: clean up the package folderJohn Crispin2013-06-21193-26596/+5676
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* util-linux: move package to package/system/utilsJohn Crispin2013-06-214-0/+759
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36986
* modules: make all led and button modules used during boot priority 1John Crispin2013-06-102-2/+2
| | | | | | | | This makes sure the modules are symlinked in /etc/modules-boot.d/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36892
* usbmode: fix hotplug script nameFelix Fietkau2013-05-311-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36813
* replace usb-modeswitch with a rewrite that should be more reliableFelix Fietkau2013-05-314-222/+64
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36812
* brcm2708: make it boot on revision 2 raspberry pisJonas Gorski2013-05-201-3/+3
| | | | | | | | | | | | | | * update the bootcode.bin to the newest version - gpu/cpu mem split is now configured through config.txt, so no need to create more than one sd card image (just edit the config.txt) - bootcode.bin now supports the never revision 2 raspberry pis * add a commented prepopulated config.txt for easier config changes Taken from <https://github.com/Evilpaul/RPi-config> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36668
* brcm2708-gpu-fw: download zipped sources and switch to Hexxeh's gitJonas Gorski2013-05-201-8/+6
| | | | | | | | | | | | | * Use the gzipped download feature from github to get a tarball with a stable hash. * Use Liam McLoughlin's git which has a subset of the original git's contents, dropping all the precompiled modules and kernels. Reduces the download size from ~1.27 GiB to ~25 MiB. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36667
* build: consistently use 'depends on' instead of 'depends'Felix Fietkau2013-04-171-1/+1
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351
* package/om-watchdog: add OpenMesh MR600v2 supportGabor Juhos2013-02-011-0/+3
| | | | | | | Signed-off-by: Marek Lindner <marek@open-mesh.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35431
* usb-modeswitch: split out usb-modeswitch-data againFelix Fietkau2013-01-291-4/+23
| | | | SVN-Revision: 35381
* usb-modeswitch: add from /packages, merge usb-modeswitch-data, use ↵Felix Fietkau2013-01-292-0/+203
| | | | | | libusb-compat, add myself as maintainer SVN-Revision: 35379
* move a few packages to system/utilsFelix Fietkau2013-01-2930-0/+3901
| | | | SVN-Revision: 35375
* usbutils: add from /packages, clean up, add myself as maintainerFelix Fietkau2013-01-291-0/+57
| | | | SVN-Revision: 35374
* kernel: remove __devinit, __devexit and __devexit_p for kernel 3.8Hauke Mehrtens2013-01-272-9/+9
| | | | | | These attributes where removed with kernel 3.8 and are now causing compile errors. SVN-Revision: 35335
* add kmod-fs-configfs to replace kernel bloat added by selecting ↵Felix Fietkau2013-01-031-3/+2
| | | | | | kmod-mmc-over-gpio SVN-Revision: 34998
* brcm47xx: add a new version of the nvram rewrite patchHauke Mehrtens2013-01-031-5/+5
| | | | | | This is the version like it was send for mainline inclusion. SVN-Revision: 34988
* rtc-rv5c386a: fix compilation for kernel >= 3.4Hauke Mehrtens2012-12-301-0/+2
| | | | SVN-Revision: 34938
* add OF bindingJohn Crispin2012-12-211-3/+117
| | | | SVN-Revision: 34834
* sierra-directip: delete, replaced by upstream driversFelix Fietkau2012-12-176-2610/+0
| | | | SVN-Revision: 34738
* move voice packagesJohn Crispin2012-12-1511-2717/+0
| | | | SVN-Revision: 34695
* move ltq-adslJohn Crispin2012-12-1534-18846/+0
| | | | SVN-Revision: 34693
* ar7-atm: make it depend on the generic AR7 platformFlorian Fainelli2012-11-161-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34205
* unbreak ltq-dsl-fwJohn Crispin2012-11-061-1/+1
| | | | SVN-Revision: 34098