commit 72491fa4edaeeeb8e093d1920f1fe9cf6e9ed9c1
Author: Pau Escrich <p4u@dabax.net>
Date:   Tue Mar 25 17:28:34 2014 +0100

    Remove firewall from tiny-node
    Fix small issue in Makefile

diff --git a/Makefile b/Makefile
index fdfd826..bc158af 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ endef
 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
 
diff --git a/configs/ath-qmp-tiny-node b/configs/ath-qmp-tiny-node
index b4a1dea..9511e0a 100644
--- a/configs/ath-qmp-tiny-node
+++ b/configs/ath-qmp-tiny-node
@@ -8,3 +8,4 @@ CONFIG_PACKAGE_qmp-tiny-node=y
 CONFIG_PACKAGE_kmod-ath9k=y
 CONFIG_ATH_USER_REGD=y
 CONFIG_PACKAGE_reghack=y
+# CONFIG_PACKAGE_firewall is not set
