Skip to content
Snippets Groups Projects
Commit d9d69f55 authored by Tim Niemeyer's avatar Tim Niemeyer
Browse files

fff-network: move default-bsp files to package


- mv /etc/network.* files to package
- mv /etc/config/network to package
- also removes the bsp specific root_file_system

Signed-off-by: default avatarTim Niemeyer <tim@tn-x.org>
Reviewed-by: default avatarJan Kraus <mayosemmel@gmail.com>
parent 156e493a
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 3 deletions
......@@ -174,7 +174,6 @@ prebuild() {
mkdir "$target"/files
cp -r ./bsp/default/root_file_system/* "$target"/files/
cp -r ./bsp/"$machine"/root_file_system/* "$target"/files/
cp ./bsp/"$machine"/.config "$target"/.config
while IFS= read -r -d '' template
......
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-network
PKG_VERSION:=0.0.1
PKG_RELEASE:=2
PKG_VERSION:=0.0.2
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/fff-network
......@@ -34,6 +34,7 @@ endef
define Package/fff-network/install
$(CP) ./files/* $(1)/
test -d ./$(BOARD) && $(CP) ./$(BOARD)/* $(1)/etc/
endef
$(eval $(call BuildPackage,fff-network))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment