Revisió 72491fa4
Afegit per Pau Escrich fa més de 10 anys
Makefile | ||
---|---|---|
define copy_config
|
||
@echo "Using profile $(PROFILE)"
|
||
cp -f $(CONFIG_DIR)/$(PROFILE) $(CONFIG) || echo "WARNING: Config file not found!"
|
||
-[ -f $(CONFIG_DIR)/targets/$(TARGET) ] && cat $(CONFIG_DIR)/targets/$(TARGET) >> $(CONFIG)
|
||
-[ -f $(CONFIG_DIR)/targets/$(TARGET) ] && cat $(CONFIG_DIR)/targets/$(TARGET) >> $(CONFIG) || true
|
||
cd $(BUILD_PATH) && make defconfig
|
||
endef
|
||
|
configs/ath-qmp-tiny-node | ||
---|---|---|
CONFIG_PACKAGE_kmod-ath9k=y
|
||
CONFIG_ATH_USER_REGD=y
|
||
CONFIG_PACKAGE_reghack=y
|
||
# CONFIG_PACKAGE_firewall is not set
|
També disponible a: Unified diff
Remove firewall from tiny-node
Fix small issue in Makefile