aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
Commit message (Expand)AuthorAgeFilesLines
* kernel: update linux 3.6 to 3.6.10Gabor Juhos2012-12-111-1/+1
* kernel: update linux 3.6 to 3.6.9Gabor Juhos2012-12-081-1/+1
* Fix Comtrend AR-5381u Power LEDFlorian Fainelli2012-12-042-2/+2
* remove common symbols from 3.6 configsGabor Juhos2012-11-291-5/+0
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-2/+0
* kernel: update linux 3.6 to 3.6.8Gabor Juhos2012-11-291-1/+1
* Fix typo in 96338GW power LED.Florian Fainelli2012-11-272-2/+2
* bcm63xx: Add a fixup for rt2x00 devices.Jonas Gorski2012-11-2475-150/+567
* bcm63xx: Enable LED pin support for ath9k pci fixup.Jonas Gorski2012-11-2430-46/+146
* bcm63xx: fix spi transfer handlingJonas Gorski2012-11-245-3/+619
* Revert "target specific patches have nothing to do in generic.."Jonas Gorski2012-11-191-219/+0
* target specific patches have nothing to do in generic..Imre Kaloz2012-11-181-0/+219
* kernel: update linux 3.6 to 3.6.7Gabor Juhos2012-11-184-6/+6
* bcm63xx: switch to 3.6.6Jonas Gorski2012-11-111-1/+1
* bcm63xx: fix compilation with kmod-ohci enabled with 3.6Jonas Gorski2012-11-101-2/+3
* bcm63xx: add two missing usb patches to 3.6Jonas Gorski2012-11-1010-12/+100
* bcm63xx: fix Ethernet DMA for 636x and 6328 for 3.6Jonas Gorski2012-11-101-15/+52
* bcm63xx: Enable endian check support for ath9k pci fixup.Jonas Gorski2012-11-072-0/+102
* linux: export bcm963xx_tag.h to userspaceJonas Gorski2012-11-0612-14/+14
* bcm63xx: fix SPW303V imagesJonas Gorski2012-11-051-0/+1
* target: refresh all target configs with kconfig.plGabor Juhos2012-10-291-2/+2
* add missing 6345 clock bits patch to 3.6 patchesFlorian Fainelli2012-10-261-0/+34
* add preliminary support for 3.6 kernelFlorian Fainelli2012-10-25105-0/+12641
* fix Ethernet DMA for 636x and 6328 after r33916Florian Fainelli2012-10-251-12/+49
* add support for the Dynalink RTA770BW boardFlorian Fainelli2012-10-242-2/+66
* make BCM6345 Ethernet DMA changes runtime checksFlorian Fainelli2012-10-241-261/+510
* add support for Comtrend AR5381u.Jonas Gorski2012-10-239-5/+96
* add support for Comtrend AR5387un.Jonas Gorski2012-10-239-5/+102
* add support for HomeStation ADB P.DG A4001N.Jonas Gorski2012-10-239-5/+149
* add back support for BCM6345 Ethernet DMA engineFlorian Fainelli2012-10-221-0/+509
* fix clocks bits for BCM6345Florian Fainelli2012-10-221-0/+34
* Add F@ST2604 board support.Jonas Gorski2012-10-216-4/+74
* bcm63xx: remove bcm_tag usage in kernelJonas Gorski2012-10-097-12/+12
* bcm63xx: fix 963281TAN image namesJonas Gorski2012-10-081-3/+3
* firmware-utils: move bcm_tag.h hereJonas Gorski2012-10-081-70/+0
* bcm63xx: fix entering failsafe through buttonJonas Gorski2012-10-081-0/+1
* remove kmod-spi-bitbangFlorian Fainelli2012-09-262-2/+2
* bcm63xx: fix WPS button polarity for Alice Gate VoIP 2 + WifiJonas Gorski2012-09-096-7/+8
* leds: do not register device if no leds definedFlorian Fainelli2012-08-131-4/+11
* BCM6358 fix enet MII clk definitionsFlorian Fainelli2012-08-131-2/+2
* nb4: fix support, add support for SVC and CLIP BTNFlorian Fainelli2012-08-1325-65/+142
* bcm63xx: fix USB base registers and IRQs for BCM6328Jonas Gorski2012-08-0510-12/+100
* bcm63xx: Add nb6 support (BCM6362 SoC base boards)Jonas Gorski2012-07-3110-6/+191
* bcm63xx: add basic bcm6362 supportJonas Gorski2012-07-3118-14/+1008
* bcm63xx: enable usb for bcm6328Jonas Gorski2012-07-311-0/+60
* bcm63xx: update enetswitch driverJonas Gorski2012-07-3131-44/+452
* bcm63xx: reorder patchesJonas Gorski2012-07-3113-17/+17
* fix DVA-G3810BN image generationFlorian Fainelli2012-07-271-1/+1
* add D-link DVA-G3810BN-TL-1 supportFlorian Fainelli2012-07-272-2/+84
* Add CT6376-1 board supportFlorian Fainelli2012-07-275-2/+142
">$(foreach FIELD, TITLE CATEGORY PRIORITY SECTION VERSION, ifeq ($($(FIELD)),) $$(error Package/$(1) is missing the $(FIELD) field) endif ) $(call shexport,Package/$(1)/description) $(call shexport,Package/$(1)/config) $(if $(DUMP), \ $(Dumpinfo), \ $(foreach target, \ $(if $(Package/$(1)/targets),$(Package/$(1)/targets), \ $(if $(PKG_TARGETS),$(PKG_TARGETS), ipkg ) \ ), $(BuildTarget/$(target)) \ ) \ ) $(if $(DUMP),,$(call Build/DefaultTargets,$(1))) endef # prevent libtool from setting rpath when linking define libtool_disable_rpath find $(PKG_BUILD_DIR) -name 'libtool' | $(XARGS) \ $(SED) 's,^hardcode_libdir_flag_spec=.*,hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ ",g' endef # prevent libtool from linking against host development libraries define libtool_fixup_libdir find $(PKG_BUILD_DIR) -name '*.la' | $(XARGS) \ $(SED) "s,^libdir='/usr/lib',libdir='$(strip $(1))/usr/lib',g" endef define pkg_install_files $(foreach install_file,$(1),$(INSTALL_DIR) $(3)/`dirname $(install_file)`; $(INSTALL_DATA) $(2)/$(install_file) $(3)/`dirname $(install_file)`;) endef define pkg_install_bin $(foreach install_apps,$(1),$(INSTALL_DIR) $(3)/`dirname $(install_apps)`; $(INSTALL_BIN) $(2)/$(install_apps) $(3)/`dirname $(install_apps)`;) endef define Build/Prepare $(call Build/Prepare/Default,) endef define Build/Configure $(call Build/Configure/Default,) endef define Build/Compile $(call Build/Compile/Default,) endef $(PACKAGE_DIR): mkdir -p $@ dumpinfo: download: prepare: configure: compile: install: clean-staging: FORCE rm -f $(STAMP_INSTALLED) for dir in "$(STAGING_DIR)" "$(STAGING_DIR_HOST)"; do (\ cd $$dir; \ if [ -f packages/$(PKG_NAME).list ]; then \ cat packages/$(PKG_NAME).list | xargs -r rm -f 2>/dev/null; \ fi; \ ) done; clean: clean-staging FORCE $(call Build/UninstallDev,$(STAGING_DIR),$(STAGING_DIR_HOST)) $(Build/Clean) rm -f $(STAGING_DIR)/packages/$(PKG_NAME).list $(STAGING_DIR_HOST)/packages/$(PKG_NAME).list rm -rf $(PKG_BUILD_DIR)