mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-07 09:44:03 +02:00
[rdc] add sitecom subtarget after the profiles->subtargets conversion (#6245)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18576 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4bcc767170
commit
2b30212a0f
@ -11,7 +11,7 @@ BOARD:=rdc
|
|||||||
BOARDNAME:=RDC 321x
|
BOARDNAME:=RDC 321x
|
||||||
FEATURES:=squashfs jffs2 pci usb pcmcia
|
FEATURES:=squashfs jffs2 pci usb pcmcia
|
||||||
CFLAGS:=-Os -pipe -march=i486 -funit-at-a-time
|
CFLAGS:=-Os -pipe -march=i486 -funit-at-a-time
|
||||||
SUBTARGETS:=amit ar525w r8610 dir-450
|
SUBTARGETS:=amit ar525w r8610 dir-450 sitecom
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.30.9
|
LINUX_VERSION:=2.6.30.9
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ define Image/Build/ar525w
|
|||||||
$(STAGING_DIR_HOST)/bin/airlink -e -b 1 -j $(shell bash -c 'echo $$[$(3)]') $(KDIR)/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2)-web.img
|
$(STAGING_DIR_HOST)/bin/airlink -e -b 1 -j $(shell bash -c 'echo $$[$(3)]') $(KDIR)/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2)-web.img
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Prepare/wl153/squashfs
|
define Image/Prepare/sitecom/squashfs
|
||||||
dd if=/dev/null of=$(KDIR)/root.tmp seek=1 bs=32k
|
dd if=/dev/null of=$(KDIR)/root.tmp seek=1 bs=32k
|
||||||
echo -n "0123456789abcdef0123" >> $(KDIR)/root.tmp
|
echo -n "0123456789abcdef0123" >> $(KDIR)/root.tmp
|
||||||
cat $(KDIR)/bzImage $(KDIR)/root.squashfs >> $(KDIR)/root.tmp
|
cat $(KDIR)/bzImage $(KDIR)/root.squashfs >> $(KDIR)/root.tmp
|
||||||
@ -44,13 +44,13 @@ define Image/Prepare/wl153/squashfs
|
|||||||
$(call add_jffs2_mark,$(KDIR)/root.squashfs)
|
$(call add_jffs2_mark,$(KDIR)/root.squashfs)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/wl153
|
define Image/Build/sitecom
|
||||||
echo -ne "\0\0" >> $(KDIR)/bzImage
|
echo -ne "\0\0" >> $(KDIR)/bzImage
|
||||||
dd if=$(KDIR)/bzImage of=$(KDIR)/bzImage.tmp bs=4 conv=sync
|
dd if=$(KDIR)/bzImage of=$(KDIR)/bzImage.tmp bs=4 conv=sync
|
||||||
dd if=$(KDIR)/bzImage.tmp of=$(KDIR)/bzImage bs=1 count=$$$$(perl -we 'print((-s"$(KDIR)/bzImage.tmp")-2)')
|
dd if=$(KDIR)/bzImage.tmp of=$(KDIR)/bzImage bs=1 count=$$$$(perl -we 'print((-s"$(KDIR)/bzImage.tmp")-2)')
|
||||||
perl -we 'while(<>){$$$$i.=$$$$_}print pack"v",-(unpack"%v*",$$$$i)' < $(KDIR)/bzImage.tmp >> $(KDIR)/bzImage
|
perl -we 'while(<>){$$$$i.=$$$$_}print pack"v",-(unpack"%v*",$$$$i)' < $(KDIR)/bzImage.tmp >> $(KDIR)/bzImage
|
||||||
$(RM) $(KDIR)/bzImage.tmp
|
$(RM) $(KDIR)/bzImage.tmp
|
||||||
$(call Image/Prepare/wl153/$(1))
|
$(call Image/Prepare/sitecom/$(1))
|
||||||
perl -we 'print "CSYS",pack("V",-s"$(KDIR)/bzImage"),pack("V",-s"$(KDIR)/root.$(1)"),"WRRM",pack("V",-s"$(KDIR)/bzImage")' > $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2).img
|
perl -we 'print "CSYS",pack("V",-s"$(KDIR)/bzImage"),pack("V",-s"$(KDIR)/root.$(1)"),"WRRM",pack("V",-s"$(KDIR)/bzImage")' > $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2).img
|
||||||
cat $(KDIR)/bzImage $(KDIR)/root.$(1) >> $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2).img
|
cat $(KDIR)/bzImage $(KDIR)/root.$(1) >> $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2).img
|
||||||
if [ `perl -we 'print -s"$(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2).img"'` -gt $$$$((0xffff0000-0xffe08000)) ]; then mv $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2).img $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2).img.too_big; echo "#ERR image too big"; fi
|
if [ `perl -we 'print -s"$(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2).img"'` -gt $$$$((0xffff0000-0xffe08000)) ]; then mv $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2).img $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2).img.too_big; echo "#ERR image too big"; fi
|
||||||
|
3
target/linux/rdc/sitecom/config-2.6.30
Normal file
3
target/linux/rdc/sitecom/config-2.6.30
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# CONFIG_MTD_PHYSMAP is not set
|
||||||
|
# CONFIG_MTD_R8610 is not set
|
||||||
|
# CONFIG_MTD_RDC3210 is not set
|
2
target/linux/rdc/sitecom/target.mk
Normal file
2
target/linux/rdc/sitecom/target.mk
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
BOARDNAME:=Devices from Sitecom (WL-153, DC-230)
|
||||||
|
DEFAULT_PACKAGE+= kmod-usb-core kmod-usb-ohci kmod-usb2
|
Loading…
Reference in New Issue
Block a user