mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-05 00:53:32 +08:00
build: remove useless core feed for mt798x
This commit is contained in:
parent
ba3445d600
commit
2828f34bee
@ -30,7 +30,8 @@ endef
|
||||
# 1: destination file
|
||||
define FeedSourcesAppend
|
||||
( \
|
||||
echo 'src/gz %d_core %U/targets/%S/packages'; \
|
||||
$(if $(filter-out mt798%, $(if $(SUBTARGET),$(SUBTARGET),generic)), \
|
||||
echo 'src/gz %d_core %U/targets/%S/packages';, echo -n '';) \
|
||||
$(strip $(if $(CONFIG_PER_FEED_REPO), \
|
||||
echo 'src/gz %d_base %U/packages/%A/base'; \
|
||||
$(if $(filter %SNAPSHOT-y,$(VERSION_NUMBER)-$(CONFIG_BUILDBOT)), \
|
||||
|
Loading…
x
Reference in New Issue
Block a user