mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:18:07 +02:00
fix path to the snapshot packages (snapshot build/upload needs to be fixed as well)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9083 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
81a9a045de
commit
b7bfd6b6ea
@ -139,7 +139,7 @@ define Package/base-files$(TARGET)/install
|
||||
fi \
|
||||
)
|
||||
$(SED) 's,$$$$R,r$(REV),g' $(1)/etc/banner
|
||||
$(SED) 's,$$$$S,$(BOARD)-$(KERNEL),g' -e 's,$$$$A,$(ARCH),g' $(1)/etc/ipkg.conf
|
||||
$(SED) 's,$$$$S,$(BOARD),g' -e 's,$$$$A,$(ARCH),g' $(1)/etc/ipkg.conf
|
||||
mkdir -p $(1)/dev
|
||||
mkdir -p $(1)/etc/crontabs
|
||||
mkdir -p $(1)/jffs
|
||||
|
Loading…
Reference in New Issue
Block a user