Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/make/rootfs.mk b/make/rootfs.mk
- index f163d19..3ab08d1 100644
- --- a/make/rootfs.mk
- +++ b/make/rootfs.mk
- @@ -154,6 +154,17 @@ endif
- kronos_v2-modifications:
- rm $(BOX)/var/update/u-boot.bin
- cp $(SOURCE_DIR)/$(NI_DRIVERS-BIN)/$(DRIVERS_DIR)/u-boot.bin.link $(BOX)/var/update/u-boot.bin
- + #
- + # remove streamripper
- + rm -f $(BOX)/bin/streamripper
- + rm -f $(BOX)/lib/libogg*
- + rm -f $(BOX)/lib/libvorbis*
- + #
- + # remove mc
- + rm -f $(BOX)/bin/mc $(BOX)/bin/mc{diff,edit,view}
- + rm -rf $(BOX)/etc/mc
- + rm -rf $(BOX)/libexec
- + rm -rf $(BOX)/share/mc
- get-update-info: get-update-info-$(BOXSERIES)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement