summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel: the camellia module name has changed in kernel 3.4Florian Fainelli2012-10-241-1/+4
| | | | | | | With the support for architecture optimized camellia routines, the original camellia module got renamed to camellia_generic, account for that. SVN-Revision: 33903
* ltq-dsl-app: fix offline postinstall for dsl_controlJo-Philipp Wich2012-10-232-5/+4
| | | | SVN-Revision: 33901
* linux-atm: fix offline postinstall for br2684ctlJo-Philipp Wich2012-10-232-5/+4
| | | | SVN-Revision: 33900
* ath9k: fix operating state check on changing the channel bandwidth via debugfsFelix Fietkau2012-10-221-1/+1
| | | | SVN-Revision: 33891
* libevent2: move to trunk (required by lldpd), add myself as maintainerJo-Philipp Wich2012-10-191-0/+157
| | | | SVN-Revision: 33866
* package/kernel: add IKCONFIG module optionFelix Fietkau2012-10-191-0/+15
| | | | | | | | | Add an option for building the configs.ko module which provides kernel configuration via /proc/config.gz Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33865
* ocf-crypto-headers: Correct license infoHamish Guthrie2012-10-191-2/+2
| | | | SVN-Revision: 33863
* licensing: Add licensing metadata to many packages Two new variables are ↵Hamish Guthrie2012-10-1929-0/+93
| | | | | | | | | introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. The licensing metadata is put into the bin/<platform>/packages/Packages file for later parsing. A script for that is on it's way! SVN-Revision: 33861
* uhttpd: fix compilation with eglibcJo-Philipp Wich2012-10-191-2/+2
| | | | SVN-Revision: 33860
* netifd: update to latest version, fixes device cleanup and config reload ↵Felix Fietkau2012-10-191-2/+2
| | | | | | issues when assigning a device to a different bridge SVN-Revision: 33858
* sysfsutils: move to the correct directoryJo-Philipp Wich2012-10-192-0/+125
| | | | SVN-Revision: 33856
* mac80211: update firmware from linux-firmwareHauke Mehrtens2012-10-181-19/+57
| | | | | | | | | | * add firmware for some more intel wifi cards * use new firmware for some intel wifi cards * remove old firmware version for libertas when we also ship a more recent version * add rt3290.bin for rt2800-pci * use new firmware version for wl12xx, the old one is not supported by the driver any more SVN-Revision: 33854
* mac80211: fix typo that broke specifying the phy name directly (deprecated)Felix Fietkau2012-10-181-1/+1
| | | | SVN-Revision: 33853
* package/mtd: add option for fixing seama imagesGabor Juhos2012-10-188-3/+677
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33841
* mac80211: store the device path as identifier in the config instead of the ↵Felix Fietkau2012-10-181-10/+38
| | | | | | mac address, makes it more robust against card replacement or user errors SVN-Revision: 33834
* busybox: enable readlink (with -f support)Felix Fietkau2012-10-181-2/+2
| | | | SVN-Revision: 33833
* netifd: enable parallel buildFelix Fietkau2012-10-181-0/+2
| | | | SVN-Revision: 33832
* ixp4xx/cns3xxx: add rfkill module supportJohn Crispin2012-10-172-3/+4
| | | | | | | | | Both ixp4xx and cns3xxx targets support RFKILL in the kernel. Also add a RFKILL_GPIO default for kernel config Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33831
* move lots of kernel related packages to the new system/ folderJohn Crispin2012-10-17171-0/+0
| | | | SVN-Revision: 33830
* samba36: enable parallel buildFelix Fietkau2012-10-171-0/+2
| | | | SVN-Revision: 33829
* Fix broadcast DHCP client startup option in dhcp.shJohn Crispin2012-10-171-1/+1
| | | | | | | | Signed-off-by: Hans Dedecker (hans.dedecker at technicolor.com) Fixes the DHCP request broadcasts replies option parsing SVN-Revision: 33826
* move to boot/ folderJohn Crispin2012-10-176-0/+0
| | | | SVN-Revision: 33824
* mac80211: merge a client mode state handling fix, refresh patchesFelix Fietkau2012-10-173-3/+62
| | | | SVN-Revision: 33821
* hostapd: merge a security fix for a TLS message buffer overflow (CVE-2012-4445)Felix Fietkau2012-10-171-0/+17
| | | | SVN-Revision: 33815
* sysfsutils, libnfnetlink: move to trunk, add myself as maintainerJo-Philipp Wich2012-10-171-0/+70
| | | | SVN-Revision: 33806
* mac80211: remove useless menus for extra configurationFelix Fietkau2012-10-171-26/+16
| | | | SVN-Revision: 33805
* libnetfilter-conntrack: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-171-0/+73
| | | | SVN-Revision: 33804
* uboot-envtools: OM2P-HS partition informationGabor Juhos2012-10-171-0/+1
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33802
* package/om-watchdog: add OM2P-HS supportGabor Juhos2012-10-171-5/+8
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33801
* iftop: update iftop to 1.0pre2Florian Fainelli2012-10-167-61/+15
| | | | | | | | | | Most significantly, includes IPv6 support. This version forces libncurses, by patching the configure script, instead of allowing libncursesw, saving (~65k) image space. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 33782
* move boot related packages to their own folderJohn Crispin2012-10-16104-0/+0
| | | | SVN-Revision: 33781
* uhttpd: update to latest git head - introduces support for multiple index ↵Jo-Philipp Wich2012-10-152-4/+8
| | | | | | files - fixes build with only the TLS module selected SVN-Revision: 33778
* build: add back the package/cleanup step to remove the root staging dir for ↵Felix Fietkau2012-10-151-1/+5
| | | | | | mklibs SVN-Revision: 33777
* uhttpd: switch to external git repo + cmake build systemJo-Philipp Wich2012-10-1517-5848/+23
| | | | SVN-Revision: 33775
* rssileds: improve performanceFlorian Fainelli2012-10-142-25/+35
| | | | | | | | | LEDs brightness is now only updated if the value actually changed, thus reducing the number of fwrite syscalls significantly. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33766
* busybox: remove reference to removed httpd init scriptFlorian Fainelli2012-10-141-1/+0
| | | | | | Patch from Daniel Harding. SVN-Revision: 33765
* 6in4: make local ip6addr optionalJo-Philipp Wich2012-10-142-7/+9
| | | | SVN-Revision: 33761
* ar7-atm: fetch WAN MAC address from PROM environmentFlorian Fainelli2012-10-132-20/+44
| | | | | | Patch from Daniel Gimpelevich. SVN-Revision: 33748
* acx-mac80211: fetch WLAN MAC address from PROM environmentFlorian Fainelli2012-10-131-0/+31
| | | | | | Patch from Daniel Gimpelevich. SVN-Revision: 33747
* acx-mac80211: update to v2012-09-23-WIPFlorian Fainelli2012-10-133-32/+9
| | | | | | Patch from Daniel Gimpelevich. SVN-Revision: 33746
* gdb: fix patch directory after r33706Florian Fainelli2012-10-131-0/+0
| | | | | | git-svn did not properly track this move, thanks to swalker for noticing. SVN-Revision: 33745
* gdb: fix build with recent eglibc.Florian Fainelli2012-10-121-0/+12
| | | | | | struct siginfo is deprecated in favor of siginfo_t. SVN-Revision: 33737
* ipset: update to v6.14, drop obsolete patchesJo-Philipp Wich2012-10-124-74/+3
| | | | SVN-Revision: 33735
* libmnl: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-121-0/+76
| | | | SVN-Revision: 33734
* lldpd: fix minor whitespace quirk in init scriptJo-Philipp Wich2012-10-121-2/+2
| | | | SVN-Revision: 33730
* lldpd: bump to v0.6.1, enable privilege separation and chrootingJo-Philipp Wich2012-10-124-45/+18
| | | | SVN-Revision: 33729
* thc-ipv6: update to v2.0, package all available utilitiesJo-Philipp Wich2012-10-113-135/+40
| | | | SVN-Revision: 33728
* thc-ipv6: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-112-0/+165
| | | | SVN-Revision: 33727
* gpiodev/gpioctl RIPJohn Crispin2012-10-113-143/+0
| | | | SVN-Revision: 33725
* set maintainer flagJohn Crispin2012-10-111-0/+1
| | | | SVN-Revision: 33724