Commit Graph

  • 238304231d make config.{guess,sub} writable before attempting to overwrite them (many packages have broken permissions in the tarball) Felix Fietkau 2009-01-06 15:08:27 +00:00
  • 4c7d2cf90e correct SPI register size Florian Fainelli 2009-01-06 14:49:27 +00:00
  • d4931a56f4 Fix prism54 firmware indentation and malformed comments Florian Fainelli 2009-01-06 14:31:38 +00:00
  • da951bad66 ead: allow the client to override the source ip of the server, so that it can work with route filtering properly Felix Fietkau 2009-01-06 14:08:07 +00:00
  • 8c634001bb Prevent crypto aead from failing to build with 2.6.24 targets (#4426) Florian Fainelli 2009-01-06 11:28:00 +00:00
  • 2a25d94250 Make the doc slightly more complete and add notes on how to add a new target in OpenWrt, some serial console and JTAG tips and tricks Florian Fainelli 2009-01-06 09:20:14 +00:00
  • 4df7bb3579 don't generate too large firmware images for the TEW-6x2BRP boards, they may brick the board * reported by RoundSparrow Gabor Juhos 2009-01-05 20:18:09 +00:00
  • a77f3b6656 If a package is part of a virtual dependency and also listed as a normal dependency ensure that the dependency is always unconditional. Such a case happens if for example a package has a build dependency and the build dependency provides a virtual install dependency of the package. Lars-Peter Clausen 2009-01-05 20:02:59 +00:00
  • 8c3a967fae general fixes for openwrt with kernel 2.6.28 Imre Kaloz 2009-01-05 14:46:18 +00:00
  • b12f94f199 bump sibyte to 2.6.28 Imre Kaloz 2009-01-05 13:40:09 +00:00
  • 50c19eee3f firmware-utils/mkfwimage: fix root_start values Gabor Juhos 2009-01-05 12:35:51 +00:00
  • 3db174e41e upgrade avr32 to 2.6.28 Imre Kaloz 2009-01-05 10:39:03 +00:00
  • 9be7e1723f kernel/crypto: fix crypto breakage (patch by Jose Vasconcellos) Gabor Juhos 2009-01-05 08:43:39 +00:00
  • e4abf0e7d9 mac80211: fix compat-wireless-old md5sum Andy Boyett 2009-01-05 00:27:53 +00:00
  • bd38281dba add preliminary support for the Planex MZK-W300NH board Gabor Juhos 2009-01-04 19:46:41 +00:00
  • 3fa9ee3bfa remove board specific stuff from the generic machine setup Gabor Juhos 2009-01-04 19:07:13 +00:00
  • f1953fdf4b add preliminary support for the Atheros PB42 board Gabor Juhos 2009-01-04 19:06:00 +00:00
  • 54b85f55d9 firmware-utils/mkfwimage: fix Ubiquiti firmware generation (closes #4414) Gabor Juhos 2009-01-04 18:42:46 +00:00
  • a3ecf3d3dc Fix ssp enabling/disabling (#4388) Florian Fainelli 2009-01-04 12:56:31 +00:00
  • 9bb47dc62d fix the registered machine type of the WNR2000 board Gabor Juhos 2009-01-04 09:32:22 +00:00
  • 5bb624d8fb clean up the crypto kernel module package and allow some of the crypto modules to be compiled into the kernel (thx to Jose Vasconcellos) Felix Fietkau 2009-01-04 02:40:12 +00:00
  • af7fa11347 allow the ead client to override the broadcast address Felix Fietkau 2009-01-04 01:24:00 +00:00
  • 6bb52080b4 ead: fix bridge handling mistakes Felix Fietkau 2009-01-04 00:21:24 +00:00
  • 3f8c4c8439 Retain symlinks. $(INSTALL_*) copys the contens of a file, so if we want to keep symlinks either use $(CP) or create them manually. Fixes #4399 Lars-Peter Clausen 2009-01-04 00:08:37 +00:00
  • 8119e28440 package/ead: fix build dependency Jo-Philipp Wich 2009-01-03 22:37:02 +00:00
  • b45b873a05 mac80211: update compat-wireless to 2009-01-02 Gabor Juhos 2009-01-03 19:02:57 +00:00
  • 8efa4b94db mac80211: remove ipw building out of compat-wireless, because it conflicts with the in kernel building. Gabor Juhos 2009-01-03 18:52:33 +00:00
  • 5649ff4093 enable netlink support Jo-Philipp Wich 2009-01-03 17:28:58 +00:00
  • 52f09301af fix compiler warnings in the m25p80 driver on 2.6.28 Gabor Juhos 2009-01-03 15:01:08 +00:00
  • e5501cb623 register WMAC device on the Netgear WNR2000 board Gabor Juhos 2009-01-03 14:14:03 +00:00
  • 23caf183fc mac80211: add preliminary support for the AR913x SoCs Gabor Juhos 2009-01-03 13:48:27 +00:00
  • e0a77da8fb enable support for getifaddrs() - required by lldpd Jo-Philipp Wich 2009-01-03 13:07:30 +00:00
  • c53c88b8b4 moko: Fix 2.6.28 boot. Michael Büsch 2009-01-03 12:24:51 +00:00
  • 625482aef1 switch to 2.6.27 Gabor Juhos 2009-01-03 11:02:03 +00:00
  • d9397119c5 ead: message handling fixes Felix Fietkau 2009-01-02 23:51:57 +00:00
  • c7ff578b9f firewall: clear the MSSFIX rules Felix Fietkau 2009-01-02 21:58:58 +00:00
  • 6f35d8b500 prepare for ath9k support Gabor Juhos 2009-01-02 18:54:33 +00:00
  • 5c95516f24 Use VBoxManage instead of obsolete vditool to generate VirtualBox images. Steven Barth 2009-01-02 14:35:18 +00:00
  • 9f8c82da09 Add hostapd-mini to default images where applicable Andy Boyett 2009-01-02 05:12:46 +00:00
  • cf8362db3c remove the openat() patch, as it's breaking quite a few packages. the problem is in the AT_FDCWD define, which packages check for to see if fdopenat, openat, fstatat, etc. are supported, but the patch only adds openat() and not the other functions. this should probably be fixed upstream and not just in openwrt. Felix Fietkau 2009-01-02 04:16:30 +00:00
  • e5905aebb7 fix recursive dependencies that might be caused by using conditional dependencies Felix Fietkau 2009-01-02 02:49:02 +00:00
  • d0c5a0d576 use binutils 2.18 for avr32, 2.17 is severely broken Felix Fietkau 2009-01-02 01:14:09 +00:00
  • d55332989e fix avr32 build breakage Felix Fietkau 2009-01-02 01:10:22 +00:00
  • 90bbba6996 moko: Add 2.6.28 (doesn't boot :( ) Michael Büsch 2009-01-02 00:51:54 +00:00
  • 00937fbe2f moko: Config and Makefile don't need to be executable. Michael Büsch 2009-01-01 18:47:07 +00:00
  • 4a1148cf7b package/madwifi: add uci support for the propereq iwpriv setting Jo-Philipp Wich 2009-01-01 17:29:58 +00:00
  • 0b5333be4b package/madwifi: fix typo in config handler Jo-Philipp Wich 2009-01-01 13:59:06 +00:00
  • d1049f535a Unify portrange-support in firewall rule generator fixes #4404 Steven Barth 2009-01-01 13:05:16 +00:00
  • 35078a6a52 hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only allowed values Andy Boyett 2008-12-31 19:09:26 +00:00
  • 359ce7f97e disable the MSS fixup hack by default (most ISPs don't require this as a workaround for MTU problems, only some do). this should give a nice speedup for routing on standard-compliant ISPs Felix Fietkau 2008-12-31 19:02:03 +00:00
  • adfab7c84b change readme to point to scripts/flashing/flash.sh instead of scripts/flash.sh Felix Fietkau 2008-12-31 14:52:23 +00:00
  • 5918719e1e scripts/feeds update: Felix Fietkau 2008-12-31 14:52:10 +00:00
  • f91e5ebed8 moko: Use default config for NETWORK_FILESYSTEMS (which is y). This makes it possible to configure network filesystems in the buildroot config. Michael Büsch 2008-12-30 23:01:30 +00:00
  • 2083bb5e6f add experimental support for the NETGEAR WNR2000 board Gabor Juhos 2008-12-30 13:46:43 +00:00
  • c56cef29d5 mac80211: add experimental support for rt2800 devices (based on a patch by Hauke Mehrtens <hauke at hauke-m.de>) Gabor Juhos 2008-12-30 12:30:18 +00:00
  • e77eed8b6a mac80211: update compat-wireless to 2008-12-29 Gabor Juhos 2008-12-30 11:51:20 +00:00
  • c1aa9f80d2 mac80211: fix some depends Gabor Juhos 2008-12-30 09:29:36 +00:00
  • 38826c1e19 add dummy WMAC device Gabor Juhos 2008-12-30 06:52:57 +00:00
  • f7a9a397b8 build.tex: fix formatting of example in build environments section Andy Boyett 2008-12-30 02:21:00 +00:00
  • ae2ac12c9a kernel/modules/usb.mk: hso works on 2.6.26 and later Andy Boyett 2008-12-30 02:20:22 +00:00
  • 28a1579556 moko: preinit is in /etc Michael Büsch 2008-12-29 19:31:24 +00:00
  • 0f6bdb80e1 madwifi: add patch to allow ignoring probe requests (useful for ad-hoc mesh) Felix Fietkau 2008-12-29 18:51:20 +00:00
  • 42de997943 add experimental support for the Ubiquiti LSX board Gabor Juhos 2008-12-29 17:54:16 +00:00
  • 824b251d9c generate firmware image for the Ubiquiti RouterStation board (based on a patch by Jonas <jmajau at ubnt.com>) Gabor Juhos 2008-12-29 10:34:19 +00:00
  • 8e1a483c0f kernel/modules: split network makefile into netdevices and netsupport Andy Boyett 2008-12-29 01:25:58 +00:00
  • e825595f30 don't override CONFIG_NF_CT_ACCT Gabor Juhos 2008-12-28 10:32:13 +00:00
  • 11ab840a48 generate firmware image for the D-Link DIR-615 C1 board Gabor Juhos 2008-12-28 10:26:42 +00:00
  • 8e5dfe75c3 atheros: instead of resetting the ethernet core on ifup, only upload the new mac address. fixes a tx regression on various devices Felix Fietkau 2008-12-28 01:21:03 +00:00
  • d05f731a86 uci: upgrade to 0.7.1, fixes uci rename for unnamed sections Felix Fietkau 2008-12-27 18:59:38 +00:00
  • 56e7d7717b update to 2.6.28 final Gabor Juhos 2008-12-27 11:23:48 +00:00
  • 86a870f06d 2.6.28: refresh patches Gabor Juhos 2008-12-27 11:22:54 +00:00
  • 98677bd970 fix iptables compile with 2.6.26 Felix Fietkau 2008-12-27 01:55:48 +00:00
  • af71c482cf add WMAC definitions Gabor Juhos 2008-12-26 21:48:50 +00:00
  • 7abf10d6e6 add Ubiquiti board detection Gabor Juhos 2008-12-26 20:12:42 +00:00
  • 76ec5d14cf add MD5 for the kernel 2.6.28 Matteo Croce 2008-12-25 17:09:30 +00:00
  • 0fd38ec0f1 add sysupgrade support for ar360w3g Jo-Philipp Wich 2008-12-24 22:16:04 +00:00
  • 866dda4baa uci: work around a gcc bug which causes a bogus compiler warning Felix Fietkau 2008-12-24 17:25:21 +00:00
  • 2d86ea2a1d add the 'ead' package (emergency access daemon), which can provide remote access to your device, even if the ip and firewall settings are broken Felix Fietkau 2008-12-24 10:42:12 +00:00
  • 067e900705 use SoC specific irq dispatch code Gabor Juhos 2008-12-23 13:59:04 +00:00
  • e90ad86d42 backport ipv6 security fix to 2.4 (#4245) Felix Fietkau 2008-12-23 12:22:22 +00:00
  • 35fb7c324d upgrade uci to 0.7.0 - adds ucimap and fixes #4236 Felix Fietkau 2008-12-23 11:36:22 +00:00
  • 651a578f52 add siit for stateless ip and icmp translation to ipv6 Felix Fietkau 2008-12-22 23:33:10 +00:00
  • a6538d1480 fix spi-ks8995 compile Felix Fietkau 2008-12-22 19:35:20 +00:00
  • 07d713bb76 wpa_supplicant has been upgraded and previous version 0.6.3 doesn't exist anymore. This patch sets the version and appropriate md5sum; it also updates all the patches. Note that patch 130 has been deleted since it seems to be already included in 0.6.6 Felix Fietkau 2008-12-22 19:09:12 +00:00
  • 1ee70a6f1e remove the obsolete ixp4xx-npe package and references to it (thx, Jose Vasconcellos) Felix Fietkau 2008-12-22 19:08:42 +00:00
  • fcce322e49 atheros: reset ethernet mac when running ifconfig eth0 up, so that changing the mac address works Felix Fietkau 2008-12-22 17:00:20 +00:00
  • 1cdaa2d3dc allow ipv4 routes without gateway in configuration Jo-Philipp Wich 2008-12-22 02:21:25 +00:00
  • 6afa1b4c50 fix opkg overlay_root option for jffs2-only images Felix Fietkau 2008-12-21 19:52:14 +00:00
  • 954862f161 fix typo in atheros image makefile Jo-Philipp Wich 2008-12-21 15:52:06 +00:00
  • f8dd7ca92f add dependency on 2.6.26+, current version needs 'get_unaligned_le16' helper introduced in 2.6.26 Nicolas Thill 2008-12-21 02:42:10 +00:00
  • 48c661f867 add dependency on rb532 target for its CF module Nicolas Thill 2008-12-21 02:37:49 +00:00
  • 72d9008fa7 add missing config item spotted when hardware crypto is enabled Nicolas Thill 2008-12-21 02:35:46 +00:00
  • 0675e10e68 fix kernel version for 2.6.27.10 Gabor Juhos 2008-12-20 13:02:11 +00:00
  • 2a33d0dd82 fix GPIO function select bit definitions (based on a patch by Jonas <jmajau at ubnt.com>) Gabor Juhos 2008-12-20 08:28:39 +00:00
  • 581a7a36a9 rb-4xx: setup code cleanup Gabor Juhos 2008-12-20 07:47:30 +00:00
  • f2b7ac69ee improve Ubiquiti RouterStation support (based on a patch by Jonas <jmajau at ubnt.com>) Gabor Juhos 2008-12-19 20:18:48 +00:00
  • 1079743cad oops, forgot the md5 of the 2.6.27.10 tarball Gabor Juhos 2008-12-19 19:31:45 +00:00
  • 8395d01b59 update to 2.6.27.10 Gabor Juhos 2008-12-19 19:25:35 +00:00
  • 91491c6e37 rename RouterStation stuff, and add machine type for the LSX board Gabor Juhos 2008-12-19 19:17:53 +00:00
  • 85d59fbf8c add board registration of the bcm96338gw Florian Fainelli 2008-12-19 17:24:29 +00:00