I created a initramfs.cpio for ramfs in the openwrt and did copy in the master directory (attitude_adjustment).however at the compile time (make) i see this problem in the "install.txt" file:
.config:3972:warning: override: reassigning to symbol RD_GZIP
.config:3974:warning: override: reassigning to symbol RD_BZIP2
.config:3976:warning: override: reassigning to symbol RD_LZMA
.config:3978:warning: override: reassigning to symbol RD_LZO
.config:3980:warning: override: reassigning to symbol RD_XZ
#
# configuration written to .config
#
/home/shabgard/Desktop/mips/openwrt/12.9/attitude_adjustment/build_dir/linux-ar71xx_generic/linux-3.3.8/scripts/gen_initramfs_list.sh: Cannot open 'initramfs.cpio'
make[6]: *** [usr/initramfs_data.cpio] Error 1
make[5]: *** [usr] Error 2
make[4]: *** [/home/shabgard/Desktop/mips/openwrt/12.9/attitude_adjustment/build_dir/linux-ar71xx_generic/linux-3.3.8/.image] Error 2
make[3]: *** [install] Error 2
initramfs.cpio is my ramfs file that i created .
How can i insert my ramfs to the openwrt?
(Last edited by m44miri on 2 Nov 2012, 21:40)
