aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/opkg
Commit message (Expand)AuthorAgeFilesLines
* opkg: fix md5 related #ifdef (thx, swalker)Felix Fietkau2015-04-141-1/+1
* opkg: drop md5 in favour of sha256John Crispin2015-04-143-1/+976
* build: add integration for managing opkg package feed keysFelix Fietkau2015-04-062-2/+71
* opkg: add patch to circumvent signature checks on the command lineFelix Fietkau2015-04-061-0/+70
* opkg: add patch for supporting signature checking through usignFelix Fietkau2015-04-061-0/+91
* opkg: make PKG_UPGRADE available during preinst hookJohn Crispin2014-12-081-16/+19
* opkg: the PKG_UPGRADE env was not set properlyJohn Crispin2014-12-021-2/+2
* license info - revert r43155John Crispin2014-11-031-1/+1
* Add more license tags with SPDX identifiersJohn Crispin2014-11-031-1/+1
* Add a few SPDX tagsSteven Barth2014-11-021-1/+1
* build: improve feed handling for opkg.confJo-Philipp Wich2014-10-161-1/+1
* opkg: indicate upgrade vs installJohn Crispin2014-09-111-0/+46
* build: add new option to add disabled feeds commented out to opkg.confJo-Philipp Wich2014-08-061-0/+5
* build: introduce per feed repository supportJo-Philipp Wich2014-08-053-2/+8
* opkg: introduce a --force-checksum cmdline flag to be ale to ignore mismatchi...Jo-Philipp Wich2014-05-142-2/+87
* opkg: switch to git repository (#14655)Jo-Philipp Wich2013-12-211-3/+3
* opkg: do not add blank "Provides:" fields to package metadataFelix Fietkau2013-12-131-0/+11
* opkg: ignore empty fields in package listsSteven Barth2013-10-142-1/+17
* opkg: add support for SHA256 verificationSteven Barth2013-10-041-2/+2
* Add package signing infrastructureSteven Barth2013-10-022-2/+6
* opkg: add build variant with signature supportSteven Barth2013-09-263-14/+56
* packages: clean up the package folderJohn Crispin2013-06-2116-0/+1199
lld.c \ $(CHIBIOS)/os/hal/ports/STM32/STM32L1xx/ext_lld_isr.c endif ifneq ($(findstring HAL_USE_DAC TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/DACv1/dac_lld.c endif ifneq ($(findstring HAL_USE_PAL TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/GPIOv2/pal_lld.c endif ifneq ($(findstring HAL_USE_I2C TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/I2Cv1/i2c_lld.c endif ifneq ($(findstring HAL_USE_RTC TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/RTCv2/rtc_lld.c endif ifneq ($(findstring HAL_USE_SPI TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/SPIv1/spi_lld.c endif ifneq ($(findstring HAL_USE_GPT TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/gpt_lld.c endif ifneq ($(findstring HAL_USE_ICU TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/icu_lld.c endif ifneq ($(findstring HAL_USE_PWM TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/pwm_lld.c endif ifneq ($(findstring HAL_USE_SERIAL TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/USARTv1/serial_lld.c endif ifneq ($(findstring HAL_USE_UART TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/USARTv1/uart_lld.c endif ifneq ($(findstring HAL_USE_USB TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/USBv1/usb_lld.c endif else PLATFORMSRC := $(CHIBIOS)/os/hal/ports/common/ARMCMx/nvic.c \ $(CHIBIOS)/os/hal/ports/STM32/STM32L1xx/hal_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/STM32L1xx/adc_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/STM32L1xx/ext_lld_isr.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/EXTIv1/ext_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/DACv1/dac_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/DMAv1/stm32_dma.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/GPIOv2/pal_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/I2Cv1/i2c_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/SPIv1/spi_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/gpt_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/icu_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/RTCv2/rtc_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/pwm_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/st_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/USARTv1/serial_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/USARTv1/uart_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/USBv1/usb_lld.c endif # Required include directories PLATFORMINC := $(CHIBIOS)/os/hal/ports/common/ARMCMx \ $(CHIBIOS)/os/hal/ports/STM32/STM32L1xx \ $(CHIBIOS)/os/hal/ports/STM32/LLD/EXTIv1 \ $(CHIBIOS)/os/hal/ports/STM32/LLD/DACv1 \ $(CHIBIOS)/os/hal/ports/STM32/LLD/DMAv1 \ $(CHIBIOS)/os/hal/ports/STM32/LLD/GPIOv2 \ $(CHIBIOS)/os/hal/ports/STM32/LLD/I2Cv1 \ $(CHIBIOS)/os/hal/ports/STM32/LLD/RTCv2 \ $(CHIBIOS)/os/hal/ports/STM32/LLD/SPIv1 \ $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1 \ $(CHIBIOS)/os/hal/ports/STM32/LLD/USARTv1 \ $(CHIBIOS)/os/hal/ports/STM32/LLD/USBv1