summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Initial DSL frameworkJohn Crispin2012-01-245-27/+331
| | | | | | | | | | | | | | | - Removed ifx_cpe_control_init.sh (the old init script) - Created dsl_control (/etc/init.d) - tidied up start and stop - stop calls dsl_notify before killing daemon - has status and lucistat options to provide detail - copes with daemon not running situation - Updated package makefile to use new init script and to build cli support - Provide a dsl_notify.sh script to cope with line up/down events Signed-off-by: Lee Essen <lee.essen@nowonline.co.uk> SVN-Revision: 29881
* hostapd: merge an upstream workaround for broken clients sending the wrong ↵Felix Fietkau2012-01-243-3/+21
| | | | | | wpa type (should fix #9561) SVN-Revision: 29876
* base-files: add a uci-defaults script which will migrate the root password ↵Jo-Philipp Wich2012-01-222-1/+13
| | | | | | to /etc/shadow if needed SVN-Revision: 29865
* netifd: update to latest version, add some more status info and rework shell ↵Felix Fietkau2012-01-221-2/+2
| | | | | | proto handler support SVN-Revision: 29864
* netifd: always issue a reload on ifup, not just for -aFelix Fietkau2012-01-221-1/+1
| | | | SVN-Revision: 29863
* base-files: the initial hotplug2 instance sometimes misses a few relevant ↵Felix Fietkau2012-01-221-0/+1
| | | | | | events, e.g. during module load. rerun udevtrigger for the final hotplug2 instance to fix this SVN-Revision: 29862
* package/kernel: add ATH79 symbols for OHCI/EHCI driversGabor Juhos2012-01-221-0/+2
| | | | SVN-Revision: 29861
* ar71xx: rename vsc7385 spi driverGabor Juhos2012-01-221-2/+2
| | | | SVN-Revision: 29853
* brcm47xx: add support for pcie host controller on bcma based SoCs.Hauke Mehrtens2012-01-211-0/+133
| | | | | | This also adds minimal support for the BCMA43224 pcie wireless card. SVN-Revision: 29843
* openssl: update to v1.0.0g (CVE-2012-0050)Jo-Philipp Wich2012-01-201-2/+2
| | | | SVN-Revision: 29832
* kernel: fix OCF for linux 3.2Jonas Gorski2012-01-191-1/+1
| | | | | | Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it. SVN-Revision: 29818
* base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so to ↵Jo-Philipp Wich2012-01-192-2/+1
| | | | | | hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com> SVN-Revision: 29806
* package: kernel: fix files for blowfish and pcimcia-rsrcJonas Gorski2012-01-192-3/+4
| | | | | | Based on a patch from Philip Prindeville. SVN-Revision: 29797
* busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 ↵Jo-Philipp Wich2012-01-191-2/+1
| | | | | | default to CONFIG_IPV6, not depend on it SVN-Revision: 29789
* busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6Jo-Philipp Wich2012-01-191-0/+1
| | | | SVN-Revision: 29788
* mtd: external toolchains usually do not know about MTDREFRESH, so search in ↵Jo-Philipp Wich2012-01-181-1/+1
| | | | | | $(LINUX_DIR)/include first, fixes compilation with external CodeSourcery toolchain SVN-Revision: 29779
* iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes undefined refs to ↵Jo-Philipp Wich2012-01-181-1/+1
| | | | | | in6addr_any when compiling with external CodeSourcery toolchain SVN-Revision: 29778
* dnsmasq: if CONFIG_IPV6 is off, compile with -DNO_IPV6 - solves unresolved ↵Jo-Philipp Wich2012-01-181-1/+3
| | | | | | refs to in6addr_any when building with external CodeSourcery toolchain SVN-Revision: 29777
* packages: kernel: add usb-common.ko to usb package for kernel >= 3.2Hauke Mehrtens2012-01-181-2/+9
| | | | SVN-Revision: 29776
* openssl: fix syntax error in OpenWrt MakefileJo-Philipp Wich2012-01-181-1/+1
| | | | SVN-Revision: 29774
* openssl: don't fail with empty TARGET_LDFLAGSJo-Philipp Wich2012-01-181-1/+1
| | | | SVN-Revision: 29770
* rt2x00: add a patch to avoid excessive memmove() on packet contents to ↵Felix Fietkau2012-01-161-0/+67
| | | | | | improve performance (patch by Helmut Schaa) SVN-Revision: 29760
* add support for OMAP4 based boards, starting with the PandaBoardImre Kaloz2012-01-141-0/+90
| | | | SVN-Revision: 29753
* build and package the wl12xx driverImre Kaloz2012-01-141-5/+34
| | | | SVN-Revision: 29751
* ath9k: fix handling of the KeyMiss flag for received packets - fixes ↵Felix Fietkau2012-01-141-0/+32
| | | | | | connection stability issues with crypto enabled SVN-Revision: 29745
* libnl-tiny: export unl_genl_multicast_id()Felix Fietkau2012-01-142-1/+2
| | | | SVN-Revision: 29743
* broadcom-diag: add support for some new devicesHauke Mehrtens2012-01-131-0/+73
| | | | | | | | There is still no Ethernet driver for these devices in trunk. Thanks George Kashperko for the patch. SVN-Revision: 29735
* package: iptables: fix compilation with linux 3.2Jonas Gorski2012-01-131-0/+12
| | | | SVN-Revision: 29729
* mac80211: current revisions build with 3.2Jonas Gorski2012-01-131-1/+1
| | | | SVN-Revision: 29728
* iwinfo: plug memory leak in nl80211 backend, nl80211_close() did not put the ↵Jo-Philipp Wich2012-01-132-2/+5
| | | | | | family pointer SVN-Revision: 29723
* libnl-tiny: fix a potential memleak in an error pathFelix Fietkau2012-01-121-4/+3
| | | | SVN-Revision: 29720
* pptp: remove support for underlying ipproto, it is adviced since a while ↵Jo-Philipp Wich2012-01-082-6/+2
| | | | | | that pptp should be declared as separate interface alognside wan - in this configuration the ipproto will cause stray udhcpc errors due to not existent interfaces, so remove it SVN-Revision: 29694
* cyassl: use patch-libtool pkg fixupJo-Philipp Wich2012-01-081-1/+1
| | | | SVN-Revision: 29693
* zlib: fix duplicate function declarations for largefile supportFelix Fietkau2012-01-081-0/+48
| | | | SVN-Revision: 29690
* base-files: implement a --force option for sysupgrade to override image ↵Jo-Philipp Wich2012-01-082-4/+13
| | | | | | checks, useful to upgrade old ar71xx installations to current trunk ones SVN-Revision: 29688
* firewall: add support for "local" port forwards which target an internal ↵Jo-Philipp Wich2012-01-082-4/+15
| | | | | | address on the router itself SVN-Revision: 29687
* include: calculate md5sum over sorted kernel config symbol list and ↵Jo-Philipp Wich2012-01-081-1/+1
| | | | | | incorperate it into the kernel metapackage version, make kmods depend on this specific version. The aim of this change is to invalidate kmods which are built against a different kernel config on the opkg metadata level. Manual copying and insmod of custom *.ko files, e.g. for development purpose, is still possible. SVN-Revision: 29686
* ath9k: merge a channel change fix from linux-wirelessFelix Fietkau2012-01-074-13/+45
| | | | SVN-Revision: 29684
* openssl: bump to v1.0.0f (CVE-2011-4108, CVE-2011-4576, CVE-2011-4577, ↵Jo-Philipp Wich2012-01-061-3/+3
| | | | | | CVE-2011-4619, CVE-2012-0027) SVN-Revision: 29670
* package/kernel: add package for the PCF2123 RTC driverGabor Juhos2012-01-041-0/+16
| | | | SVN-Revision: 29664
* package: remove the om2p-watchdog packageGabor Juhos2012-01-043-73/+0
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 29649
* package: add om-watchdog packageGabor Juhos2012-01-043-0/+82
| | | | | | | | | | om2p-watchdog package is OM2P specific. However a similar watchdog mechanism exists on OM1P as well. This new package wants to substitute om2p-watchdog with a new one which is suitable either for OM1P and OM2P. Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 29647
* remove current RTSP supportJo-Philipp Wich2012-01-041-1/+0
| | | | SVN-Revision: 29643
* iwinfo: factor txpower offset into info display output, recompile if driver ↵Jo-Philipp Wich2012-01-012-2/+13
| | | | | | selection changes SVN-Revision: 29634
* package/base-files: add support for the switch LED triggerGabor Juhos2011-12-312-1/+9
| | | | SVN-Revision: 29629
* package/base-files: use case statement in led init scriptGabor Juhos2011-12-311-15/+27
| | | | SVN-Revision: 29628
* add usbreset - a small simple utility to send port rests to selected usb ↵Jo-Philipp Wich2011-12-252-0/+120
| | | | | | devices (#10394) SVN-Revision: 29611
* mac80211: clean up init, remove some redundant checks, fix tx power init ↵Felix Fietkau2011-12-231-77/+73
| | | | | | (#10113) SVN-Revision: 29606
* base-files: add -b (--create-backup) option to sysupgrade, which generates a ↵Jo-Philipp Wich2011-12-202-3/+27
| | | | | | backup .tar.gz according to the user settings. This will also be reused by LuCI. SVN-Revision: 29587
* firewall: - introduce per-section "option enabled" which defaults to "1" - ↵Jo-Philipp Wich2011-12-203-2/+11
| | | | | | useful to disable rules or zones without having to delete them - annotate default traffic rules with names - bump version SVN-Revision: 29577