Searched refs:old (Results 1 - 25 of 27) sorted by relevance

12

/openwrt/package/system/mtd/src/
H A Dfis.h11 int fis_validate(struct fis_part *old, int n_old, struct fis_part *new, int n_new);
12 int fis_remap(struct fis_part *old, int n_old, struct fis_part *new, int n_new);
H A Dfis.c93 fis_validate(struct fis_part *old, int n_old, struct fis_part *new, int n_new) argument
119 if (!strncmp((char *) desc->hdr.name, (char *) old[i].name, sizeof(desc->hdr.name))) {
140 fis_remap(struct fis_part *old, int n_old, struct fis_part *new, int n_new) argument
178 if (!strncmp((char *) desc->hdr.name, (char *) old[i].name, sizeof(desc->hdr.name))) {
H A Djffs2.h212 jint16_t old; member in union:jffs2_device_node
/openwrt/tools/lzma-old/
H A DMakefile9 PKG_NAME:=lzma-old
29 $(INSTALL_DATA) $(LIB_DIR)/liblzma.a $(STAGING_DIR_HOST)/lib/liblzma-old.a
33 rm -f $(STAGING_DIR_HOST)/lib/liblzma-old.a
/openwrt/target/linux/lantiq/xway_legacy/
H A Dtarget.mk11 Lantiq XWAY Legacy for old boards with small flash
/openwrt/target/linux/ar71xx/base-files/etc/uci-defaults/
H A D04_led_migration23 local old=${tuple%=*}
27 new_sysfs=$(echo ${sysfs} | sed "s/${old}/${new}/")
/openwrt/package/kernel/wrt55agv2-spidevs/
H A DMakefile19 DEPENDS:=@TARGET_ath25 +kmod-spi-gpio-old +kmod-spi-ks8995
/openwrt/package/kernel/linux/modules/
H A Dspi.mk46 define KernelPackage/spi-gpio-old
55 define KernelPackage/spi-gpio-old/description
59 $(eval $(call KernelPackage,spi-gpio-old))
H A Dblock.mk138 define KernelPackage/ata-pdc202xx-old
149 define KernelPackage/ata-pdc202xx-old/description
154 $(eval $(call KernelPackage,ata-pdc202xx-old))
449 define KernelPackage/ide-generic-old
458 $(eval $(call KernelPackage,ide-generic-old))
/openwrt/package/network/services/ead/src/
H A Dlist.h115 * list_replace - replace old entry by new one
116 * @old : the element to be replaced
119 * If @old was empty, it will be overwritten.
121 static inline void list_replace(struct list_head *old, argument
124 new->next = old->next;
126 new->prev = old->prev;
130 static inline void list_replace_init(struct list_head *old, argument
133 list_replace(old, new);
134 INIT_LIST_HEAD(old);
/openwrt/include/
H A Dkernel-defaults.mk73 grep -v -e INITRAMFS -e CONFIG_RD_ -e CONFIG_BLK_DEV_INITRD $(LINUX_DIR)/.config.old > $(LINUX_DIR)/.config
79 grep -v INITRAMFS $(LINUX_DIR)/.config.old > $(LINUX_DIR)/.config
86 mv $(LINUX_DIR)/.config $(LINUX_DIR)/.config.old
102 mv $(LINUX_DIR)/.config.set $(LINUX_DIR)/.config.old
103 grep -v INITRAMFS $(LINUX_DIR)/.config.old > $(LINUX_DIR)/.config.set
H A Dtoplevel.mk124 $< --$(if $(confdefault),$(confdefault),old)config Config.in
/openwrt/docs/
H A Dworking.tex56 Quilt intends to replace an old workflow, where you would download the new
58 apply by hand old patches and resolve conflicts manually. Additionally, using
79 \item make target/linux/clean (removes the old version)
/openwrt/package/kernel/mmc_over_gpio/
H A DMakefile18 DEPENDS:=@GPIO_SUPPORT +kmod-mmc-spi +kmod-spi-gpio-old +kmod-fs-configfs @!LINUX_4_4
/openwrt/package/libs/libnetfilter-log/
H A DMakefile39 deprecates the old syslog/dmesg based packet logging. This library has been
/openwrt/tools/
H A DMakefile40 tools-$(CONFIG_TARGET_ar71xx) += lzma-old squashfs
52 $(curdir)/squashfs/compile := $(curdir)/lzma-old/install
/openwrt/package/network/services/hostapd/
H A DMakefile259 define Package/hostapd-common-old
381 define Package/hostapd-common-old/install
444 $(eval $(call BuildPackage,hostapd-common-old))
/openwrt/package/kernel/hostap-driver/
H A DMakefile37 DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-lib80211 +wireless-tools +hostapd-common-old
/openwrt/target/linux/brcm63xx/image/
H A DMakefile119 define Build/cfe-old-bin
H A Dbcm63xx.mk24 IMAGE/cfe-old.bin := cfe-old-bin
537 IMAGES := cfe-old.bin
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Dadm6996.c965 u16 test, old; local
969 old = r16(priv, ADM_VID_CHECK);
970 test = old ^ (1 << 12);
982 w16(priv, ADM_VID_CHECK, old);
/openwrt/target/linux/brcm47xx/image/
H A DMakefile111 mv $@ $@.old
113 cat $@.old >> $@
/openwrt/package/libs/openssl/
H A DMakefile22 http://www.openssl.org/source/old/$(PKG_BASE)/ \
/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxusb_plat.h1142 uint32_t old = h_dbg_lvl; local
1147 uint32_t old = d_dbg_lvl; local
1150 return old;
/openwrt/package/network/utils/owipcalc/src/
H A Dowipcalc.c80 struct cidr *old = stack; local
82 if (old)
85 free(old);

Completed in 207 milliseconds

12